Html Css Color HEX #325AB3 Cerulean Blue

📋 copy color: '#325AB3'

red 50 ◦ green 90 ◦ blue 179

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

Shades of Cerulean Blue #325AB3

Tints of Cerulean Blue #325AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 56.11%

R = 15.67%
G = 28.21%
B = 56.11%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#325AB3 (or 0x325AB3) is known color: Cerulean Blue. HEX triplet: 32, 5A and B3. RGB value is (50,90,179). Sum of RGB (Red+Green+Blue) = 50+90+179=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #325AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325AB3 is #CDA54C. Grayscale: #575757. Windows color (decimal): -13477197 or 11754034. OLE color: 11754034.

HSL color Cylindrical-coordinate representation of color #325AB3: hue angle of 221.4º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #325AB3 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 90 179 -
CMYK 0.72 0.50 0 0.30
HSL 221.4º 0.56% 0.45% -
HSV(B) 221.4º 0.72% 0.7% -
XYZ 13.11 11.25 44.13 -
YUV 88.19 179.25 100.76 -
System Red Green Blue C M Y K H S L
Decimal 50 90 179 0.72 0.50 0 0.30 221.4 0.56 0.45
Hex 32 5A B3 48 32 0 1E DD 38 2D
Octal 62 132 263 110 62 0 36 335 70 55
Binary 110010 1011010 10110011 1001000 110010 0 11110 11011101 111000 101101

Color Harmonies of #325AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325AB3

Black with #325AB3

Text Example


Text Example

White with #325AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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