Html Css Color HEX #325063 Cello

📋 copy color: '#325063'

red 50 ◦ green 80 ◦ blue 99

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

Shades of Cello #325063

Tints of Cello #325063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

 BLUE value IS 99 (39.06% from 255) = 43.23%

R = 21.83%
G = 34.93%
B = 43.23%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#325063 (or 0x325063) is known color: Cello. HEX triplet: 32, 50 and 63. RGB value is (50,80,99). Sum of RGB (Red+Green+Blue) = 50+80+99=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #325063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325063 is #CDAF9C. Grayscale: #494949. Windows color (decimal): -13479837 or 6508594. OLE color: 6508594.

HSL color Cylindrical-coordinate representation of color #325063: hue angle of 203.27º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325063 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 80 99 -
CMYK 0.49 0.19 0 0.61
HSL 203.27º 0.33% 0.29% -
HSV(B) 203.27º 0.49% 0.39% -
XYZ 6.44 7.32 12.88 -
YUV 73.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 50 80 99 0.49 0.19 0 0.61 203.27 0.33 0.29
Hex 32 50 63 31 13 0 3D CB 21 1D
Octal 62 120 143 61 23 0 75 313 41 35
Binary 110010 1010000 1100011 110001 10011 0 111101 11001011 100001 11101

Color Harmonies of #325063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325063

Black with #325063

Text Example


Text Example

White with #325063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325063; }

 p { color: rgb(50,80,99); }

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

background-color css

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

 a { background-color: rgb(50,80,99); }

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

border-color css

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

 span { border-color: rgb(50,80,99); }

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