Html Css Color HEX #325AB8 Cerulean Blue

📋 copy color: '#325AB8'

red 50 ◦ green 90 ◦ blue 184

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

Shades of Cerulean Blue #325AB8

Tints of Cerulean Blue #325AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 56.79%

R = 15.43%
G = 27.78%
B = 56.79%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#325AB8 (or 0x325AB8) is known color: Cerulean Blue. HEX triplet: 32, 5A and B8. RGB value is (50,90,184). Sum of RGB (Red+Green+Blue) = 50+90+184=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 184 (72.27% from 255 or 56.79% from 324); Max value from RGB is 184 - color contains mainly: blue. Hex color #325AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325AB8 is #CDA547. Grayscale: #585858. Windows color (decimal): -13477192 or 12081714. OLE color: 12081714.

HSL color Cylindrical-coordinate representation of color #325AB8: hue angle of 222.09º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325AB8 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 90 184 -
CMYK 0.73 0.51 0 0.28
HSL 222.09º 0.57% 0.46% -
HSV(B) 222.09º 0.73% 0.72% -
XYZ 13.62 11.45 46.84 -
YUV 88.76 181.75 100.36 -
System Red Green Blue C M Y K H S L
Decimal 50 90 184 0.73 0.51 0 0.28 222.09 0.57 0.46
Hex 32 5A B8 49 33 0 1C DE 39 2E
Octal 62 132 270 111 63 0 34 336 71 56
Binary 110010 1011010 10111000 1001001 110011 0 11100 11011110 111001 101110

Color Harmonies of #325AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325AB8

Black with #325AB8

Text Example


Text Example

White with #325AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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