#3972DE

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

Shades of Royal Blue #3972DE

Tints of Royal Blue #3972DE

Color information

#3972DE (or 0x3972DE) is unknown color: approx Royal Blue. HEX triplet: 39, 72 and DE. RGB value is (57,114,222). Sum of RGB (Red+Green+Blue) = 57+114+222=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #3972DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3972DE is #C68D21. Grayscale: #6C6C6C. Windows color (decimal): -13012258 or 14578233. OLE color: 14578233.

HSL color Cylindrical-coordinate representation of color #3972DE: hue angle of 219.27º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3972DE is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB57114222-
CMYK0.740.4900.13
HSL219.27º71.43%54.71%-
HSV(B)219.27º74.32%87.06%-
XYZ20.8918.1871.52-
YUV109.27191.6290.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.50%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 222 (87.11% from 255) = 56.49%
R=14.50%
G=29.01%
B=56.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal571142220.740.4900.13219.2771.4354.71
Hex3972DE4A310Ddb4737
Octal711623361126101533310767
Binary111001111001011011110100101011000101101110110111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3972DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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