Html Css Color HEX #3770CE Royal Blue

📋 copy color: '#3770CE'

red 55 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #3770CE

Tints of Royal Blue #3770CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 14.75%
G = 30.03%
B = 55.23%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3770CE (or 0x3770CE) is known color: Royal Blue. HEX triplet: 37, 70 and CE. RGB value is (55,112,206). Sum of RGB (Red+Green+Blue) = 55+112+206=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #3770CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3770CE is #C88F31. Grayscale: #696969. Windows color (decimal): -13143858 or 13529143. OLE color: 13529143.

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

Color convert

RGB 55 112 206 -
CMYK 0.73 0.46 0 0.19
HSL 217.35º 0.61% 0.51% -
HSV(B) 217.35º 0.73% 0.81% -
XYZ 18.51 16.86 60.67 -
YUV 105.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 55 112 206 0.73 0.46 0 0.19 217.35 0.61 0.51
Hex 37 70 CE 49 2E 0 13 D9 3D 33
Octal 67 160 316 111 56 0 23 331 75 63
Binary 110111 1110000 11001110 1001001 101110 0 10011 11011001 111101 110011

Color Harmonies of #3770CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3770CE

Black with #3770CE

Text Example


Text Example

White with #3770CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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