#385061

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

Shades of Cello #385061

Tints of Cello #385061

Color information

#385061 (or 0x385061) is unknown color: approx Cello. HEX triplet: 38, 50 and 61. RGB value is (56,80,97). Sum of RGB (Red+Green+Blue) = 56+80+97=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #385061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385061 is #C7AF9E. Grayscale: #4A4A4A. Windows color (decimal): -13086623 or 6377528. OLE color: 6377528.

HSL color Cylindrical-coordinate representation of color #385061: hue angle of 204.88º degrees, saturation: 0.27, 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 #385061 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB568097-
CMYK0.420.1800.62
HSL204.88º26.8%30%-
HSV(B)204.88º42.27%38.04%-
XYZ6.667.4412.39-
YUV74.76140.55114.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=24.03%
G=34.33%
B=41.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5680970.420.1800.62204.8826.830
Hex3850612A1203Ecd1b1e
Octal7012014152220763153336
Binary11100010100001100001101010100100111110110011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385061; }

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

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

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

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

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

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

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

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