#325FB0

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

Shades of Cerulean Blue #325FB0

Tints of Cerulean Blue #325FB0

Color information

#325FB0 (or 0x325FB0) is unknown color: approx Cerulean Blue. HEX triplet: 32, 5F and B0. RGB value is (50,95,176). Sum of RGB (Red+Green+Blue) = 50+95+176=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #325FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325FB0 is #CDA04F. Grayscale: #5A5A5A. Windows color (decimal): -13475920 or 11558706. OLE color: 11558706.

HSL color Cylindrical-coordinate representation of color #325FB0: hue angle of 218.57º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #325FB0 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5095176-
CMYK0.720.4600.31
HSL218.57º55.75%44.31%-
HSV(B)218.57º71.59%69.02%-
XYZ13.241242.69-
YUV90.78176.0998.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 176 (69.14% from 255) = 54.83%
R=15.58%
G=29.60%
B=54.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50951760.720.4600.31218.5755.7544.31
Hex325FB0482E01Fdb382c
Octal62137260110560373337054
Binary110010101111110110000100100010111001111111011011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,95,176); }

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

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

 a { background-color: rgb(50,95,176); }

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

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

 span { border-color: rgb(50,95,176); }

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