Html Css Color HEX #325DCE Cerulean Blue

📋 copy color: '#325DCE'

red 50 ◦ green 93 ◦ blue 206

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

Shades of Cerulean Blue #325DCE

Tints of Cerulean Blue #325DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.03%

R = 14.33%
G = 26.65%
B = 59.03%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#325DCE (or 0x325DCE) is known color: Cerulean Blue. HEX triplet: 32, 5D and CE. RGB value is (50,93,206). Sum of RGB (Red+Green+Blue) = 50+93+206=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #325DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DCE is #CDA231. Grayscale: #5C5C5C. Windows color (decimal): -13476402 or 13524274. OLE color: 13524274.

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

Color convert

RGB 50 93 206 -
CMYK 0.76 0.55 0 0.19
HSL 223.46º 0.61% 0.5% -
HSV(B) 223.46º 0.76% 0.81% -
XYZ 16.37 12.96 60.03 -
YUV 93.03 191.75 97.31 -
System Red Green Blue C M Y K H S L
Decimal 50 93 206 0.76 0.55 0 0.19 223.46 0.61 0.5
Hex 32 5D CE 4C 37 0 13 DF 3D 32
Octal 62 135 316 114 67 0 23 337 75 62
Binary 110010 1011101 11001110 1001100 110111 0 10011 11011111 111101 110010

Color Harmonies of #325DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DCE

Black with #325DCE

Text Example


Text Example

White with #325DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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