#3b6fcf

Color #3B6FCF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3B6FCF

Tints of Royal Blue #3B6FCF

Color information

#3B6FCF (or 0x3B6FCF) is unknown color: approx Royal Blue. HEX triplet: 3B, 6F and CF. RGB value is (59,111,207). Sum of RGB (Red+Green+Blue) = 59+111+207=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B6FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6FCF is #C49030. Grayscale: #696969. Windows color (decimal): -12881969 or 13594427. OLE color: 13594427.

HSL color Cylindrical-coordinate representation of color #3B6FCF: hue angle of 218.92º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B6FCF is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB59111207-
CMYK0.710.4600.19
HSL218.92º60.66%52.16%-
HSV(B)218.92º71.5%81.18%-
XYZ18.7516.861.29-
YUV106.4184.7794.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 15.65%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 207 (81.25% from 255) = 54.91%
R=15.65%
G=29.44%
B=54.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal591112070.710.4600.19218.9260.6652.16
Hex3B6FCF472E013db3d34
Octal73157317107560233337564
Binary111011110111111001111100011110111001001111011011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b6fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3b6fcf; }

 p { color: rgb(59,111,207); }

 H1.HeaderClassName
 {
   color: #3b6fcf;
 }
 .AnyTagClassName
 {
   color: #3b6fcf;
 }
</style>
background-color css

<style>
 a { background-color: #3b6fcf; }

 a { background-color: rgb(59,111,207); }

 div.DivClassName
 {
   background-color: #3b6fcf;
 }
 .BgClassName
 {
   background-color: #3b6fcf;
 }
</style>
border-color css

<style>
 span { border-color: #3b6fcf; }

 span { border-color: rgb(59,111,207); }

 td.TdClassName
 {
   border-color: #3b6fcf;
 }
 .TagClassName
 {
   border-color: #3b6fcf;
 }
</style>