#385263

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

Shades of Cello #385263

Tints of Cello #385263

Color information

#385263 (or 0x385263) is unknown color: approx Cello. HEX triplet: 38, 52 and 63. RGB value is (56,82,99). Sum of RGB (Red+Green+Blue) = 56+82+99=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #385263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385263 is #C7AD9C. Grayscale: #4C4C4C. Windows color (decimal): -13086109 or 6509112. OLE color: 6509112.

HSL color Cylindrical-coordinate representation of color #385263: hue angle of 203.72º 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 #385263 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB568299-
CMYK0.430.1700.61
HSL203.72º27.74%30.39%-
HSV(B)203.72º43.43%38.82%-
XYZ6.97.7812.94-
YUV76.16140.89113.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=23.63%
G=34.60%
B=41.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5682990.430.1700.61203.7227.7430.39
Hex3852632B1103Dcc1c1e
Octal7012214353210753143436
Binary11100010100101100011101011100010111101110011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385263; }

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

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

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

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

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

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

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

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