#3452EE

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

Shades of Royal Blue #3452EE

Tints of Royal Blue #3452EE

Color information

#3452EE (or 0x3452EE) is unknown color: approx Royal Blue. HEX triplet: 34, 52 and EE. RGB value is (52,82,238). Sum of RGB (Red+Green+Blue) = 52+82+238=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #3452EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3452EE is #CBAD11. Grayscale: #5A5A5A. Windows color (decimal): -13348114 or 15618612. OLE color: 15618612.

HSL color Cylindrical-coordinate representation of color #3452EE: hue angle of 230.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3452EE is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5282238-
CMYK0.780.6600.07
HSL230.32º84.55%56.86%-
HSV(B)230.32º78.15%93.33%-
XYZ19.8712.9482.34-
YUV90.81211.06100.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.98%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 238 (93.36% from 255) = 63.98%
R=13.98%
G=22.04%
B=63.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52822380.780.6600.07230.3284.5556.86
Hex3452EE4E4207e65539
Octal641223561161020734612571
Binary110100101001011101110100111010000100111111001101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3452EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3452EE; }

 p { color: rgb(52,82,238); }

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

<style>
 a { background-color: #3452EE; }

 a { background-color: rgb(52,82,238); }

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

<style>
 span { border-color: #3452EE; }

 span { border-color: rgb(52,82,238); }

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