Html Css Color HEX #325BB8 Cerulean Blue

📋 copy color: '#325BB8'

red 50 ◦ green 91 ◦ blue 184

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

Shades of Cerulean Blue #325BB8

Tints of Cerulean Blue #325BB8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28%

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

R = 15.38%
G = 28%
B = 56.62%

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

#325BB8 (or 0x325BB8) is known color: Cerulean Blue. HEX triplet: 32, 5B and B8. RGB value is (50,91,184). Sum of RGB (Red+Green+Blue) = 50+91+184=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #325BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BB8 is #CDA447. Grayscale: #585858. Windows color (decimal): -13476936 or 12081970. OLE color: 12081970.

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

Color convert

RGB 50 91 184 -
CMYK 0.73 0.51 0 0.28
HSL 221.64º 0.57% 0.46% -
HSV(B) 221.64º 0.73% 0.72% -
XYZ 13.71 11.62 46.87 -
YUV 89.34 181.42 99.94 -
System Red Green Blue C M Y K H S L
Decimal 50 91 184 0.73 0.51 0 0.28 221.64 0.57 0.46
Hex 32 5B B8 49 33 0 1C DE 39 2E
Octal 62 133 270 111 63 0 34 336 71 56
Binary 110010 1011011 10111000 1001001 110011 0 11100 11011110 111001 101110

Color Harmonies of #325BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BB8

Black with #325BB8

Text Example


Text Example

White with #325BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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