#325ECA

Color #325ECA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #325ECA

Tints of Cerulean Blue #325ECA

Color information

#325ECA (or 0x325ECA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 5E and CA. RGB value is (50,94,202). Sum of RGB (Red+Green+Blue) = 50+94+202=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #325ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ECA is #CDA135. Grayscale: #5C5C5C. Windows color (decimal): -13476150 or 13262386. OLE color: 13262386.

HSL color Cylindrical-coordinate representation of color #325ECA: hue angle of 222.63º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325ECA is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5094202-
CMYK0.750.5300.21
HSL222.63º60.32%49.41%-
HSV(B)222.63º75.25%79.22%-
XYZ15.9812.9557.53-
YUV93.16189.4297.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.45%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=14.45%
G=27.17%
B=58.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50942020.750.5300.21222.6360.3249.41
Hex325ECA4B35015df3c31
Octal62136312113650253377461
Binary110010101111011001010100101111010101010111011111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325ECA; }

 p { color: rgb(50,94,202); }

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

<style>
 a { background-color: #325ECA; }

 a { background-color: rgb(50,94,202); }

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

<style>
 span { border-color: #325ECA; }

 span { border-color: rgb(50,94,202); }

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