#3952EA

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

Shades of Royal Blue #3952EA

Tints of Royal Blue #3952EA

Color information

#3952EA (or 0x3952EA) is unknown color: approx Royal Blue. HEX triplet: 39, 52 and EA. RGB value is (57,82,234). Sum of RGB (Red+Green+Blue) = 57+82+234=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #3952EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3952EA is #C6AD15. Grayscale: #5B5B5B. Windows color (decimal): -13020438 or 15356473. OLE color: 15356473.

HSL color Cylindrical-coordinate representation of color #3952EA: hue angle of 231.53º degrees, saturation: 0.81, 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 #3952EA is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5782234-
CMYK0.760.6500.08
HSL231.53º80.82%57.06%-
HSV(B)231.53º75.64%91.76%-
XYZ19.5612.8479.29-
YUV91.85208.22103.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.28%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 234 (91.80% from 255) = 62.73%
R=15.28%
G=21.98%
B=62.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal57822340.760.6500.08231.5380.8257.06
Hex3952EA4C4108e85139
Octal7112235211410101035012171
Binary1110011010010111010101001100100000101000111010001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3952EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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