Html Css Color HEX #3952E0 Royal Blue

📋 copy color: '#3952E0'

red 57 ◦ green 82 ◦ blue 224

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

Shades of Royal Blue #3952E0

Tints of Royal Blue #3952E0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

 BLUE value IS 224 (87.89% from 255) = 61.71%

R = 15.7%
G = 22.59%
B = 61.71%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3952E0 (or 0x3952E0) is known color: Royal Blue. HEX triplet: 39, 52 and E0. RGB value is (57,82,224). Sum of RGB (Red+Green+Blue) = 57+82+224=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #3952E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3952E0 is #C6AD1F. Grayscale: #5A5A5A. Windows color (decimal): -13020448 or 14701113. OLE color: 14701113.

HSL color Cylindrical-coordinate representation of color #3952E0: hue angle of 231.02º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3952E0 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 82 224 -
CMYK 0.75 0.63 0 0.12
HSL 231.02º 0.73% 0.55% -
HSV(B) 231.02º 0.75% 0.88% -
XYZ 18.16 12.29 71.94 -
YUV 90.71 203.22 103.95 -
System Red Green Blue C M Y K H S L
Decimal 57 82 224 0.75 0.63 0 0.12 231.02 0.73 0.55
Hex 39 52 E0 4B 3F 0 C E7 49 37
Octal 71 122 340 113 77 0 14 347 111 67
Binary 111001 1010010 11100000 1001011 111111 0 1100 11100111 1001001 110111

Color Harmonies of #3952E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3952E0

Black with #3952E0

Text Example


Text Example

White with #3952E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3952E0; }

 p { color: rgb(57,82,224); }

 H1.HeaderClassName
 {
   color: #3952E0;
 }
 .AnyTagClassName
 {
   color: #3952E0;
 }
</style>

background-color css

<style>
 a { background-color: #3952E0; }

 a { background-color: rgb(57,82,224); }

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

border-color css

<style>
 span { border-color: #3952E0; }

 span { border-color: rgb(57,82,224); }

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