#395260

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

Shades of Cello #395260

Tints of Cello #395260

Color information

#395260 (or 0x395260) is unknown color: approx Cello. HEX triplet: 39, 52 and 60. RGB value is (57,82,96). Sum of RGB (Red+Green+Blue) = 57+82+96=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #395260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395260 is #C6AD9F. Grayscale: #4C4C4C. Windows color (decimal): -13020576 or 6312505. OLE color: 6312505.

HSL color Cylindrical-coordinate representation of color #395260: hue angle of 201.54º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #395260 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB578296-
CMYK0.410.1500.62
HSL201.54º25.49%30%-
HSV(B)201.54º40.62%37.65%-
XYZ6.827.7512.2-
YUV76.12139.22114.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=24.26%
G=34.89%
B=40.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5782960.410.1500.62201.5425.4930
Hex39526029F03Eca191e
Octal7112214051170763123136
Binary1110011010010110000010100111110111110110010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395260; }

 p { color: rgb(57,82,96); }

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

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

 a { background-color: rgb(57,82,96); }

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

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

 span { border-color: rgb(57,82,96); }

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