Html Css Color HEX #325DB9 Cerulean Blue

📋 copy color: '#325DB9'

red 50 ◦ green 93 ◦ blue 185

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

Shades of Cerulean Blue #325DB9

Tints of Cerulean Blue #325DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.4%

R = 15.24%
G = 28.35%
B = 56.4%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#325DB9 (or 0x325DB9) is known color: Cerulean Blue. HEX triplet: 32, 5D and B9. RGB value is (50,93,185). Sum of RGB (Red+Green+Blue) = 50+93+185=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 185 (72.66% from 255 or 56.40% from 328); Max value from RGB is 185 - color contains mainly: blue. Hex color #325DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DB9 is #CDA246. Grayscale: #5A5A5A. Windows color (decimal): -13476423 or 12148018. OLE color: 12148018.

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

Color convert

RGB 50 93 185 -
CMYK 0.73 0.50 0 0.27
HSL 220.89º 0.57% 0.46% -
HSV(B) 220.89º 0.73% 0.73% -
XYZ 13.99 12.01 47.48 -
YUV 90.63 181.25 99.02 -
System Red Green Blue C M Y K H S L
Decimal 50 93 185 0.73 0.50 0 0.27 220.89 0.57 0.46
Hex 32 5D B9 49 32 0 1B DD 39 2E
Octal 62 135 271 111 62 0 33 335 71 56
Binary 110010 1011101 10111001 1001001 110010 0 11011 11011101 111001 101110

Color Harmonies of #325DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DB9

Black with #325DB9

Text Example


Text Example

White with #325DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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