Html Css Color HEX #325AAC Cerulean Blue

📋 copy color: '#325AAC'

red 50 ◦ green 90 ◦ blue 172

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

Shades of Cerulean Blue #325AAC

Tints of Cerulean Blue #325AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 16.03%
G = 28.85%
B = 55.13%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#325AAC (or 0x325AAC) is known color: Cerulean Blue. HEX triplet: 32, 5A and AC. RGB value is (50,90,172). Sum of RGB (Red+Green+Blue) = 50+90+172=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #325AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325AAC is #CDA553. Grayscale: #575757. Windows color (decimal): -13477204 or 11295282. OLE color: 11295282.

HSL color Cylindrical-coordinate representation of color #325AAC: hue angle of 220.33º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325AAC is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 90 172 -
CMYK 0.71 0.48 0 0.33
HSL 220.33º 0.55% 0.44% -
HSV(B) 220.33º 0.71% 0.67% -
XYZ 12.42 10.97 40.49 -
YUV 87.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 50 90 172 0.71 0.48 0 0.33 220.33 0.55 0.44
Hex 32 5A AC 47 30 0 21 DC 37 2C
Octal 62 132 254 107 60 0 41 334 67 54
Binary 110010 1011010 10101100 1000111 110000 0 100001 11011100 110111 101100

Color Harmonies of #325AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325AAC

Black with #325AAC

Text Example


Text Example

White with #325AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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