Html Css Color HEX #325CAF Cerulean Blue

📋 copy color: '#325CAF'

red 50 ◦ green 92 ◦ blue 175

#325CAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #325CAF

Tints of Cerulean Blue #325CAF

RGB

 RED value IS 50 (19.92% from 255) = 15.77%

 GREEN value IS 92 (36.33% from 255) = 29.02%

 BLUE value IS 175 (68.75% from 255) = 55.21%

R = 15.77%
G = 29.02%
B = 55.21%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#325CAF (or 0x325CAF) is known color: Cerulean Blue. HEX triplet: 32, 5C and AF. RGB value is (50,92,175). Sum of RGB (Red+Green+Blue) = 50+92+175=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #325CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325CAF is #CDA350. Grayscale: #585858. Windows color (decimal): -13476689 or 11492402. OLE color: 11492402.

HSL color Cylindrical-coordinate representation of color #325CAF: hue angle of 219.84º 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 #325CAF is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 92 175 -
CMYK 0.71 0.47 0 0.31
HSL 219.84º 0.56% 0.44% -
HSV(B) 219.84º 0.71% 0.69% -
XYZ 12.88 11.43 42.08 -
YUV 88.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 50 92 175 0.71 0.47 0 0.31 219.84 0.56 0.44
Hex 32 5C AF 47 2F 0 1F DC 38 2C
Octal 62 134 257 107 57 0 37 334 70 54
Binary 110010 1011100 10101111 1000111 101111 0 11111 11011100 111000 101100

Color Harmonies of #325CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CAF

Black with #325CAF

Text Example


Text Example

White with #325CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #325CAF;
 }
 .AnyTagClassName
 {
   color: #325CAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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