#3770CA

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

Shades of Royal Blue #3770CA

Tints of Royal Blue #3770CA

Color information

#3770CA (or 0x3770CA) is unknown color: approx Royal Blue. HEX triplet: 37, 70 and CA. RGB value is (55,112,202). Sum of RGB (Red+Green+Blue) = 55+112+202=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #3770CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3770CA is #C88F35. Grayscale: #686868. Windows color (decimal): -13143862 or 13266999. OLE color: 13266999.

HSL color Cylindrical-coordinate representation of color #3770CA: hue angle of 216.73º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3770CA is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB55112202-
CMYK0.730.4500.21
HSL216.73º58.1%50.39%-
HSV(B)216.73º72.77%79.22%-
XYZ18.0316.6658.14-
YUV105.22182.6292.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.91%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 202 (79.30% from 255) = 54.74%
R=14.91%
G=30.35%
B=54.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal551122020.730.4500.21216.7358.150.39
Hex3770CA492D015d93a32
Octal67160312111550253317262
Binary110111111000011001010100100110110101010111011001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3770CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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