#3B6FE0

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

Shades of Royal Blue #3B6FE0

Tints of Royal Blue #3B6FE0

Color information

#3B6FE0 (or 0x3B6FE0) is unknown color: approx Royal Blue. HEX triplet: 3B, 6F and E0. RGB value is (59,111,224). Sum of RGB (Red+Green+Blue) = 59+111+224=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 224 (87.89% from 255 or 56.85% from 394); Max value from RGB is 224 - color contains mainly: blue. Hex color #3B6FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6FE0 is #C4901F. Grayscale: #6B6B6B. Windows color (decimal): -12881952 or 14708539. OLE color: 14708539.

HSL color Cylindrical-coordinate representation of color #3B6FE0: hue angle of 221.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B6FE0 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB59111224-
CMYK0.740.5000.12
HSL221.09º72.69%55.49%-
HSV(B)221.09º73.66%87.84%-
XYZ20.9417.6872.83-
YUV108.33193.2792.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.97%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 224 (87.89% from 255) = 56.85%
R=14.97%
G=28.17%
B=56.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal591112240.740.5000.12221.0972.6955.49
Hex3B6FE04A320Cdd4937
Octal731573401126201433511167
Binary111011110111111100000100101011001001100110111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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