Html Css Color HEX #3970EC Royal Blue

📋 copy color: '#3970EC'

red 57 ◦ green 112 ◦ blue 236

#3970EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3970EC

Tints of Royal Blue #3970EC

RGB

 RED value IS 57 (22.66% from 255) = 14.07%

 GREEN value IS 112 (44.14% from 255) = 27.65%

 BLUE value IS 236 (92.58% from 255) = 58.27%

R = 14.07%
G = 27.65%
B = 58.27%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3970EC (or 0x3970EC) is known color: Royal Blue. HEX triplet: 39, 70 and EC. RGB value is (57,112,236). Sum of RGB (Red+Green+Blue) = 57+112+236=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #3970EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3970EC is #C68F13. Grayscale: #6D6D6D. Windows color (decimal): -13012756 or 15495225. OLE color: 15495225.

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

Color convert

RGB 57 112 236 -
CMYK 0.76 0.53 0 0.07
HSL 221.56º 0.82% 0.57% -
HSV(B) 221.56º 0.76% 0.93% -
XYZ 22.62 18.51 81.74 -
YUV 109.69 199.28 90.42 -
System Red Green Blue C M Y K H S L
Decimal 57 112 236 0.76 0.53 0 0.07 221.56 0.82 0.57
Hex 39 70 EC 4C 35 0 7 DE 52 39
Octal 71 160 354 114 65 0 7 336 122 71
Binary 111001 1110000 11101100 1001100 110101 0 111 11011110 1010010 111001

Color Harmonies of #3970EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3970EC

Black with #3970EC

Text Example


Text Example

White with #3970EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3970EC;
 }
 .AnyTagClassName
 {
   color: #3970EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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