#385063

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

Shades of Cello #385063

Tints of Cello #385063

Color information

#385063 (or 0x385063) is unknown color: approx Cello. HEX triplet: 38, 50 and 63. RGB value is (56,80,99). Sum of RGB (Red+Green+Blue) = 56+80+99=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #385063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385063 is #C7AF9C. Grayscale: #4A4A4A. Windows color (decimal): -13086621 or 6508600. OLE color: 6508600.

HSL color Cylindrical-coordinate representation of color #385063: hue angle of 206.51º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385063 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB568099-
CMYK0.430.1900.61
HSL206.51º27.74%30.39%-
HSV(B)206.51º43.43%38.82%-
XYZ6.757.4812.89-
YUV74.99141.55114.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=23.83%
G=34.04%
B=42.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5680990.430.1900.61206.5127.7430.39
Hex3850632B1303Dcf1c1e
Octal7012014353230753173436
Binary11100010100001100011101011100110111101110011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385063; }

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

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

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

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

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

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

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

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