#3552EF

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

Shades of Royal Blue #3552EF

Tints of Royal Blue #3552EF

Color information

#3552EF (or 0x3552EF) is unknown color: approx Royal Blue. HEX triplet: 35, 52 and EF. RGB value is (53,82,239). Sum of RGB (Red+Green+Blue) = 53+82+239=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #3552EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3552EF is #CAAD10. Grayscale: #5A5A5A. Windows color (decimal): -13282577 or 15684149. OLE color: 15684149.

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

Color convert

RGB5382239-
CMYK0.780.6600.06
HSL230.65º85.32%57.25%-
HSV(B)230.65º77.82%93.73%-
XYZ20.0713.0283.12-
YUV91.23211.39100.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.17%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 239 (93.75% from 255) = 63.90%
R=14.17%
G=21.93%
B=63.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal53822390.780.6600.06230.6585.3257.25
Hex3552EF4E4206e75539
Octal651223571161020634712571
Binary110101101001011101111100111010000100110111001111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3552EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3552EF; }

 p { color: rgb(53,82,239); }

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

<style>
 a { background-color: #3552EF; }

 a { background-color: rgb(53,82,239); }

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

<style>
 span { border-color: #3552EF; }

 span { border-color: rgb(53,82,239); }

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