Html Css Color HEX #325FCD Cerulean Blue

📋 copy color: '#325FCD'

red 50 ◦ green 95 ◦ blue 205

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

Shades of Cerulean Blue #325FCD

Tints of Cerulean Blue #325FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 14.29%
G = 27.14%
B = 58.57%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#325FCD (or 0x325FCD) is known color: Cerulean Blue. HEX triplet: 32, 5F and CD. RGB value is (50,95,205). Sum of RGB (Red+Green+Blue) = 50+95+205=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #325FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FCD is #CDA032. Grayscale: #5D5D5D. Windows color (decimal): -13475891 or 13459250. OLE color: 13459250.

HSL color Cylindrical-coordinate representation of color #325FCD: hue angle of 222.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325FCD is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 95 205 -
CMYK 0.76 0.54 0 0.20
HSL 222.58º 0.61% 0.5% -
HSV(B) 222.58º 0.76% 0.8% -
XYZ 16.43 13.27 59.45 -
YUV 94.09 190.59 96.56 -
System Red Green Blue C M Y K H S L
Decimal 50 95 205 0.76 0.54 0 0.20 222.58 0.61 0.5
Hex 32 5F CD 4C 36 0 14 DF 3D 32
Octal 62 137 315 114 66 0 24 337 75 62
Binary 110010 1011111 11001101 1001100 110110 0 10100 11011111 111101 110010

Color Harmonies of #325FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FCD

Black with #325FCD

Text Example


Text Example

White with #325FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,95,205); }

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

background-color css

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

 a { background-color: rgb(50,95,205); }

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

border-color css

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

 span { border-color: rgb(50,95,205); }

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