#325FAF

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

Shades of Cerulean Blue #325FAF

Tints of Cerulean Blue #325FAF

Color information

#325FAF (or 0x325FAF) is unknown color: approx Cerulean Blue. HEX triplet: 32, 5F and AF. RGB value is (50,95,175). Sum of RGB (Red+Green+Blue) = 50+95+175=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #325FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325FAF is #CDA050. Grayscale: #5A5A5A. Windows color (decimal): -13475921 or 11493170. OLE color: 11493170.

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

Color convert

RGB5095175-
CMYK0.710.4600.31
HSL218.4º55.56%44.12%-
HSV(B)218.4º71.43%68.63%-
XYZ13.1511.9642.17-
YUV90.66175.5999-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 175 (68.75% from 255) = 54.69%
R=15.62%
G=29.69%
B=54.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50951750.710.4600.31218.455.5644.12
Hex325FAF472E01Fda382c
Octal62137257107560373327054
Binary110010101111110101111100011110111001111111011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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