#3772CB

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

Shades of Royal Blue #3772CB

Tints of Royal Blue #3772CB

Color information

#3772CB (or 0x3772CB) is unknown color: approx Royal Blue. HEX triplet: 37, 72 and CB. RGB value is (55,114,203). Sum of RGB (Red+Green+Blue) = 55+114+203=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #3772CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3772CB is #C88D34. Grayscale: #6A6A6A. Windows color (decimal): -13143349 or 13333047. OLE color: 13333047.

HSL color Cylindrical-coordinate representation of color #3772CB: hue angle of 216.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3772CB is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB55114203-
CMYK0.730.4400.20
HSL216.08º58.73%50.59%-
HSV(B)216.08º72.91%79.61%-
XYZ18.3717.1658.84-
YUV106.5182.4591.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.78%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 203 (79.69% from 255) = 54.57%
R=14.78%
G=30.65%
B=54.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal551142030.730.4400.20216.0858.7350.59
Hex3772CB492C014d83b33
Octal67162313111540243307363
Binary110111111001011001011100100110110001010011011000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3772CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3772CB; }

 p { color: rgb(55,114,203); }

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

<style>
 a { background-color: #3772CB; }

 a { background-color: rgb(55,114,203); }

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

<style>
 span { border-color: #3772CB; }

 span { border-color: rgb(55,114,203); }

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