#3970CE

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

Shades of Royal Blue #3970CE

Tints of Royal Blue #3970CE

Color information

#3970CE (or 0x3970CE) is unknown color: approx Royal Blue. HEX triplet: 39, 70 and CE. RGB value is (57,112,206). Sum of RGB (Red+Green+Blue) = 57+112+206=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #3970CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3970CE is #C68F31. Grayscale: #696969. Windows color (decimal): -13012786 or 13529145. OLE color: 13529145.

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

Color convert

RGB57112206-
CMYK0.720.4600.19
HSL217.85º60.32%51.57%-
HSV(B)217.85º72.33%80.78%-
XYZ18.6216.9160.68-
YUV106.27184.2892.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.2%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 206 (80.86% from 255) = 54.93%
R=15.2%
G=29.87%
B=54.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal571122060.720.4600.19217.8560.3251.57
Hex3970CE482E013da3c34
Octal71160316110560233327464
Binary111001111000011001110100100010111001001111011010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3970CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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