#3970EB

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

Shades of Royal Blue #3970EB

Tints of Royal Blue #3970EB

Color information

#3970EB (or 0x3970EB) is unknown color: approx Royal Blue. HEX triplet: 39, 70 and EB. RGB value is (57,112,235). Sum of RGB (Red+Green+Blue) = 57+112+235=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #3970EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3970EB is #C68F14. Grayscale: #6D6D6D. Windows color (decimal): -13012757 or 15429689. OLE color: 15429689.

HSL color Cylindrical-coordinate representation of color #3970EB: hue angle of 221.46º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3970EB is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB57112235-
CMYK0.760.5200.08
HSL221.46º81.65%57.25%-
HSV(B)221.46º75.74%92.16%-
XYZ22.4818.4680.98-
YUV109.58198.7890.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.11%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 235 (92.19% from 255) = 58.17%
R=14.11%
G=27.72%
B=58.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal571122350.760.5200.08221.4681.6557.25
Hex3970EB4C3408dd5239
Octal711603531146401033512271
Binary111001111000011101011100110011010001000110111011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3970EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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