Html Css Color HEX #325DB8 Cerulean Blue

📋 copy color: '#325DB8'

red 50 ◦ green 93 ◦ blue 184

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

Shades of Cerulean Blue #325DB8

Tints of Cerulean Blue #325DB8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.44%

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

R = 15.29%
G = 28.44%
B = 56.27%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#325DB8 (or 0x325DB8) is known color: Cerulean Blue. HEX triplet: 32, 5D and B8. RGB value is (50,93,184). Sum of RGB (Red+Green+Blue) = 50+93+184=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 184 (72.27% from 255 or 56.27% from 327); Max value from RGB is 184 - color contains mainly: blue. Hex color #325DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DB8 is #CDA247. Grayscale: #5A5A5A. Windows color (decimal): -13476424 or 12082482. OLE color: 12082482.

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

Color convert

RGB 50 93 184 -
CMYK 0.73 0.49 0 0.28
HSL 220.75º 0.57% 0.46% -
HSV(B) 220.75º 0.73% 0.72% -
XYZ 13.88 11.97 46.93 -
YUV 90.52 180.75 99.1 -
System Red Green Blue C M Y K H S L
Decimal 50 93 184 0.73 0.49 0 0.28 220.75 0.57 0.46
Hex 32 5D B8 49 31 0 1C DD 39 2E
Octal 62 135 270 111 61 0 34 335 71 56
Binary 110010 1011101 10111000 1001001 110001 0 11100 11011101 111001 101110

Color Harmonies of #325DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DB8

Black with #325DB8

Text Example


Text Example

White with #325DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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