#3B6FD2

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

Shades of Royal Blue #3B6FD2

Tints of Royal Blue #3B6FD2

Color information

#3B6FD2 (or 0x3B6FD2) is unknown color: approx Royal Blue. HEX triplet: 3B, 6F and D2. RGB value is (59,111,210). Sum of RGB (Red+Green+Blue) = 59+111+210=380 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.53% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 210 (82.42% from 255 or 55.26% from 380); Max value from RGB is 210 - color contains mainly: blue. Hex color #3B6FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6FD2 is #C4902D. Grayscale: #6A6A6A. Windows color (decimal): -12881966 or 13791035. OLE color: 13791035.

HSL color Cylindrical-coordinate representation of color #3B6FD2: hue angle of 219.34º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B6FD2 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB59111210-
CMYK0.720.4700.18
HSL219.34º62.66%52.75%-
HSV(B)219.34º71.9%82.35%-
XYZ19.1216.9563.24-
YUV106.74186.2793.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.53%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 210 (82.42% from 255) = 55.26%
R=15.53%
G=29.21%
B=55.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal591112100.720.4700.18219.3462.6652.75
Hex3B6FD2482F012db3f35
Octal73157322110570223337765
Binary111011110111111010010100100010111101001011011011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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