#325EBA

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

Shades of Cerulean Blue #325EBA

Tints of Cerulean Blue #325EBA

Color information

#325EBA (or 0x325EBA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 5E and BA. RGB value is (50,94,186). Sum of RGB (Red+Green+Blue) = 50+94+186=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #325EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EBA is #CDA145. Grayscale: #5A5A5A. Windows color (decimal): -13476166 or 12213810. OLE color: 12213810.

HSL color Cylindrical-coordinate representation of color #325EBA: hue angle of 220.59º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325EBA is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5094186-
CMYK0.730.4900.27
HSL220.59º57.63%46.27%-
HSV(B)220.59º73.12%72.94%-
XYZ14.1812.2348.07-
YUV91.33181.4298.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 186 (73.05% from 255) = 56.36%
R=15.15%
G=28.48%
B=56.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50941860.730.4900.27220.5957.6346.27
Hex325EBA493101Bdd3a2e
Octal62136272111610333357256
Binary110010101111010111010100100111000101101111011101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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