#385060

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

Shades of Cello #385060

Tints of Cello #385060

Color information

#385060 (or 0x385060) is unknown color: approx Cello. HEX triplet: 38, 50 and 60. RGB value is (56,80,96). Sum of RGB (Red+Green+Blue) = 56+80+96=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #385060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385060 is #C7AF9F. Grayscale: #4A4A4A. Windows color (decimal): -13086624 or 6311992. OLE color: 6311992.

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

Color convert

RGB568096-
CMYK0.420.1700.62
HSL204º26.32%29.8%-
HSV(B)204º41.67%37.65%-
XYZ6.617.4212.15-
YUV74.65140.05114.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=24.14%
G=34.48%
B=41.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5680960.420.1700.6220426.3229.8
Hex3850602A1103Ecc1a1e
Octal7012014052210763143236
Binary11100010100001100000101010100010111110110011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385060; }

 p { color: rgb(56,80,96); }

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

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

 a { background-color: rgb(56,80,96); }

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

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

 span { border-color: rgb(56,80,96); }

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