Html Css Color HEX #325BAF Cerulean Blue

📋 copy color: '#325BAF'

red 50 ◦ green 91 ◦ blue 175

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

Shades of Cerulean Blue #325BAF

Tints of Cerulean Blue #325BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

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

R = 15.82%
G = 28.8%
B = 55.38%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#325BAF (or 0x325BAF) is known color: Cerulean Blue. HEX triplet: 32, 5B and AF. RGB value is (50,91,175). Sum of RGB (Red+Green+Blue) = 50+91+175=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #325BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BAF is #CDA450. Grayscale: #575757. Windows color (decimal): -13476945 or 11492146. OLE color: 11492146.

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

Color convert

RGB 50 91 175 -
CMYK 0.71 0.48 0 0.31
HSL 220.32º 0.56% 0.44% -
HSV(B) 220.32º 0.71% 0.69% -
XYZ 12.79 11.26 42.06 -
YUV 88.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 50 91 175 0.71 0.48 0 0.31 220.32 0.56 0.44
Hex 32 5B AF 47 30 0 1F DC 38 2C
Octal 62 133 257 107 60 0 37 334 70 54
Binary 110010 1011011 10101111 1000111 110000 0 11111 11011100 111000 101100

Color Harmonies of #325BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BAF

Black with #325BAF

Text Example


Text Example

White with #325BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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