Html Css Color HEX #325AAF Cerulean Blue

📋 copy color: '#325AAF'

red 50 ◦ green 90 ◦ blue 175

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

Shades of Cerulean Blue #325AAF

Tints of Cerulean Blue #325AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

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

R = 15.87%
G = 28.57%
B = 55.56%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#325AAF (or 0x325AAF) is known color: Cerulean Blue. HEX triplet: 32, 5A and AF. RGB value is (50,90,175). Sum of RGB (Red+Green+Blue) = 50+90+175=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #325AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325AAF is #CDA550. Grayscale: #575757. Windows color (decimal): -13477201 or 11491890. OLE color: 11491890.

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

Color convert

RGB 50 90 175 -
CMYK 0.71 0.49 0 0.31
HSL 220.8º 0.56% 0.44% -
HSV(B) 220.8º 0.71% 0.69% -
XYZ 12.71 11.09 42.03 -
YUV 87.73 177.25 101.09 -
System Red Green Blue C M Y K H S L
Decimal 50 90 175 0.71 0.49 0 0.31 220.8 0.56 0.44
Hex 32 5A AF 47 31 0 1F DD 38 2C
Octal 62 132 257 107 61 0 37 335 70 54
Binary 110010 1011010 10101111 1000111 110001 0 11111 11011101 111000 101100

Color Harmonies of #325AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325AAF

Black with #325AAF

Text Example


Text Example

White with #325AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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