Html Css Color HEX #325FCC Cerulean Blue

📋 copy color: '#325FCC'

red 50 ◦ green 95 ◦ blue 204

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

Shades of Cerulean Blue #325FCC

Tints of Cerulean Blue #325FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 14.33%
G = 27.22%
B = 58.45%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#325FCC (or 0x325FCC) is known color: Cerulean Blue. HEX triplet: 32, 5F and CC. RGB value is (50,95,204). Sum of RGB (Red+Green+Blue) = 50+95+204=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #325FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FCC is #CDA033. Grayscale: #5D5D5D. Windows color (decimal): -13475892 or 13393714. OLE color: 13393714.

HSL color Cylindrical-coordinate representation of color #325FCC: hue angle of 222.47º degrees, saturation: 0.61, 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 #325FCC is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 95 204 -
CMYK 0.75 0.53 0 0.2
HSL 222.47º 0.61% 0.5% -
HSV(B) 222.47º 0.75% 0.8% -
XYZ 16.31 13.22 58.82 -
YUV 93.97 190.09 96.64 -
System Red Green Blue C M Y K H S L
Decimal 50 95 204 0.75 0.53 0 0.2 222.47 0.61 0.5
Hex 32 5F CC 4B 35 0 14 DE 3D 32
Octal 62 137 314 113 65 0 24 336 75 62
Binary 110010 1011111 11001100 1001011 110101 0 10100 11011110 111101 110010

Color Harmonies of #325FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FCC

Black with #325FCC

Text Example


Text Example

White with #325FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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