Html Css Color HEX #3770CB Royal Blue

📋 copy color: '#3770CB'

red 55 ◦ green 112 ◦ blue 203

#3770CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3770CB

Tints of Royal Blue #3770CB

RGB

 RED value IS 55 (21.88% from 255) = 14.86%

 GREEN value IS 112 (44.14% from 255) = 30.27%

 BLUE value IS 203 (79.69% from 255) = 54.86%

R = 14.86%
G = 30.27%
B = 54.86%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3770CB (or 0x3770CB) is known color: Royal Blue. HEX triplet: 37, 70 and CB. RGB value is (55,112,203). Sum of RGB (Red+Green+Blue) = 55+112+203=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #3770CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3770CB is #C88F34. Grayscale: #686868. Windows color (decimal): -13143861 or 13332535. OLE color: 13332535.

HSL color Cylindrical-coordinate representation of color #3770CB: hue angle of 216.89º 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 #3770CB is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 112 203 -
CMYK 0.73 0.45 0 0.20
HSL 216.89º 0.59% 0.51% -
HSV(B) 216.89º 0.73% 0.8% -
XYZ 18.15 16.71 58.77 -
YUV 105.33 183.12 92.1 -
System Red Green Blue C M Y K H S L
Decimal 55 112 203 0.73 0.45 0 0.20 216.89 0.59 0.51
Hex 37 70 CB 49 2D 0 14 D9 3B 33
Octal 67 160 313 111 55 0 24 331 73 63
Binary 110111 1110000 11001011 1001001 101101 0 10100 11011001 111011 110011

Color Harmonies of #3770CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3770CB

Black with #3770CB

Text Example


Text Example

White with #3770CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3770CB;
 }
 .AnyTagClassName
 {
   color: #3770CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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