Html Css Color HEX #325CB8 Cerulean Blue

📋 copy color: '#325CB8'

red 50 ◦ green 92 ◦ blue 184

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

Shades of Cerulean Blue #325CB8

Tints of Cerulean Blue #325CB8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

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

R = 15.34%
G = 28.22%
B = 56.44%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#325CB8 (or 0x325CB8) is known color: Cerulean Blue. HEX triplet: 32, 5C and B8. RGB value is (50,92,184). Sum of RGB (Red+Green+Blue) = 50+92+184=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #325CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CB8 is #CDA347. Grayscale: #595959. Windows color (decimal): -13476680 or 12082226. OLE color: 12082226.

HSL color Cylindrical-coordinate representation of color #325CB8: hue angle of 221.19º 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 #325CB8 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 92 184 -
CMYK 0.73 0.50 0 0.28
HSL 221.19º 0.57% 0.46% -
HSV(B) 221.19º 0.73% 0.72% -
XYZ 13.79 11.79 46.9 -
YUV 89.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 50 92 184 0.73 0.50 0 0.28 221.19 0.57 0.46
Hex 32 5C B8 49 32 0 1C DD 39 2E
Octal 62 134 270 111 62 0 34 335 71 56
Binary 110010 1011100 10111000 1001001 110010 0 11100 11011101 111001 101110

Color Harmonies of #325CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CB8

Black with #325CB8

Text Example


Text Example

White with #325CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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