Html Css Color HEX #325DCB Cerulean Blue

📋 copy color: '#325DCB'

red 50 ◦ green 93 ◦ blue 203

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

Shades of Cerulean Blue #325DCB

Tints of Cerulean Blue #325DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 14.45%
G = 26.88%
B = 58.67%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#325DCB (or 0x325DCB) is known color: Cerulean Blue. HEX triplet: 32, 5D and CB. RGB value is (50,93,203). Sum of RGB (Red+Green+Blue) = 50+93+203=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #325DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DCB is #CDA234. Grayscale: #5C5C5C. Windows color (decimal): -13476405 or 13327666. OLE color: 13327666.

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

Color convert

RGB 50 93 203 -
CMYK 0.75 0.54 0 0.20
HSL 223.14º 0.6% 0.5% -
HSV(B) 223.14º 0.75% 0.8% -
XYZ 16.01 12.82 58.13 -
YUV 92.68 190.25 97.56 -
System Red Green Blue C M Y K H S L
Decimal 50 93 203 0.75 0.54 0 0.20 223.14 0.6 0.5
Hex 32 5D CB 4B 36 0 14 DF 3C 32
Octal 62 135 313 113 66 0 24 337 74 62
Binary 110010 1011101 11001011 1001011 110110 0 10100 11011111 111100 110010

Color Harmonies of #325DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DCB

Black with #325DCB

Text Example


Text Example

White with #325DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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