#325061

Color #325061 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #325061

Tints of Cello #325061

Color information

#325061 (or 0x325061) is unknown color: approx Cello. HEX triplet: 32, 50 and 61. RGB value is (50,80,97). Sum of RGB (Red+Green+Blue) = 50+80+97=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #325061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325061 is #CDAF9E. Grayscale: #484848. Windows color (decimal): -13479839 or 6377522. OLE color: 6377522.

HSL color Cylindrical-coordinate representation of color #325061: hue angle of 201.7º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #325061 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB508097-
CMYK0.480.1800.62
HSL201.7º31.97%28.82%-
HSV(B)201.7º48.45%38.04%-
XYZ6.347.2812.38-
YUV72.97141.56111.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=22.03%
G=35.24%
B=42.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5080970.480.1800.62201.731.9728.82
Hex325061301203Eca201d
Octal6212014160220763124035
Binary110010101000011000011100001001001111101100101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325061; }

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

 H1.HeaderClassName
 {
   color: #325061;
 }
 .AnyTagClassName
 {
   color: #325061;
 }
</style>
background-color css

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

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

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

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

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

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