#3972DC

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

Shades of Royal Blue #3972DC

Tints of Royal Blue #3972DC

Color information

#3972DC (or 0x3972DC) is unknown color: approx Royal Blue. HEX triplet: 39, 72 and DC. RGB value is (57,114,220). Sum of RGB (Red+Green+Blue) = 57+114+220=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #3972DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3972DC is #C68D23. Grayscale: #6C6C6C. Windows color (decimal): -13012260 or 14447161. OLE color: 14447161.

HSL color Cylindrical-coordinate representation of color #3972DC: hue angle of 219.02º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3972DC is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB57114220-
CMYK0.740.4800.14
HSL219.02º69.96%54.31%-
HSV(B)219.02º74.09%86.27%-
XYZ20.6218.0770.11-
YUV109.04190.6290.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.58%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 220 (86.33% from 255) = 56.27%
R=14.58%
G=29.16%
B=56.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal571142200.740.4800.14219.0269.9654.31
Hex3972DC4A300Edb4636
Octal711623341126001633310666
Binary111001111001011011100100101011000001110110110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3972DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3972DC; }

 p { color: rgb(57,114,220); }

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

<style>
 a { background-color: #3972DC; }

 a { background-color: rgb(57,114,220); }

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

<style>
 span { border-color: #3972DC; }

 span { border-color: rgb(57,114,220); }

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