#395269

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

Shades of Cello #395269

Tints of Cello #395269

Color information

#395269 (or 0x395269) is unknown color: approx Cello. HEX triplet: 39, 52 and 69. RGB value is (57,82,105). Sum of RGB (Red+Green+Blue) = 57+82+105=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #395269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395269 is #C6AD96. Grayscale: #4D4D4D. Windows color (decimal): -13020567 or 6902329. OLE color: 6902329.

HSL color Cylindrical-coordinate representation of color #395269: hue angle of 208.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #395269 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5782105-
CMYK0.460.2200.59
HSL208.75º29.63%31.76%-
HSV(B)208.75º45.71%41.18%-
XYZ7.257.9214.51-
YUV77.15143.72113.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 105 (41.41% from 255) = 43.03%
R=23.36%
G=33.61%
B=43.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57821050.460.2200.59208.7529.6331.76
Hex3952692E1603Bd11e20
Octal7112215156260733213640
Binary111001101001011010011011101011001110111101000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395269; }

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

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

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

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

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

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

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

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