#325fb2

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

Shades of Cerulean Blue #325FB2

Tints of Cerulean Blue #325FB2

Color information

#325FB2 (or 0x325FB2) is unknown color: approx Cerulean Blue. HEX triplet: 32, 5F and B2. RGB value is (50,95,178). Sum of RGB (Red+Green+Blue) = 50+95+178=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #325FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325FB2 is #CDA04D. Grayscale: #5A5A5A. Windows color (decimal): -13475918 or 11689778. OLE color: 11689778.

HSL color Cylindrical-coordinate representation of color #325FB2: hue angle of 218.91º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #325FB2 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5095178-
CMYK0.720.4700.30
HSL218.91º56.14%44.71%-
HSV(B)218.91º71.91%69.8%-
XYZ13.4412.0843.74-
YUV91.01177.0998.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 178 (69.92% from 255) = 55.11%
R=15.48%
G=29.41%
B=55.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50951780.720.4700.30218.9156.1444.71
Hex325FB2482F01Edb382d
Octal62137262110570363337055
Binary110010101111110110010100100010111101111011011011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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