Html Css Color HEX #325DCD Cerulean Blue

📋 copy color: '#325DCD'

red 50 ◦ green 93 ◦ blue 205

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

Shades of Cerulean Blue #325DCD

Tints of Cerulean Blue #325DCD

RGB

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

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

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

R = 14.37%
G = 26.72%
B = 58.91%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#325DCD (or 0x325DCD) is known color: Cerulean Blue. HEX triplet: 32, 5D and CD. RGB value is (50,93,205). Sum of RGB (Red+Green+Blue) = 50+93+205=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #325DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DCD is #CDA232. Grayscale: #5C5C5C. Windows color (decimal): -13476403 or 13458738. OLE color: 13458738.

HSL color Cylindrical-coordinate representation of color #325DCD: hue angle of 223.35º 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 #325DCD is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 93 205 -
CMYK 0.76 0.55 0 0.20
HSL 223.35º 0.61% 0.5% -
HSV(B) 223.35º 0.76% 0.8% -
XYZ 16.25 12.91 59.39 -
YUV 92.91 191.25 97.39 -
System Red Green Blue C M Y K H S L
Decimal 50 93 205 0.76 0.55 0 0.20 223.35 0.61 0.5
Hex 32 5D CD 4C 37 0 14 DF 3D 32
Octal 62 135 315 114 67 0 24 337 75 62
Binary 110010 1011101 11001101 1001100 110111 0 10100 11011111 111101 110010

Color Harmonies of #325DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DCD

Black with #325DCD

Text Example


Text Example

White with #325DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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