#385268

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

Shades of Cello #385268

Tints of Cello #385268

Color information

#385268 (or 0x385268) is unknown color: approx Cello. HEX triplet: 38, 52 and 68. RGB value is (56,82,104). Sum of RGB (Red+Green+Blue) = 56+82+104=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #385268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385268 is #C7AD97. Grayscale: #4C4C4C. Windows color (decimal): -13086104 or 6836792. OLE color: 6836792.

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

Color convert

RGB5682104-
CMYK0.460.2100.59
HSL207.5º30%31.37%-
HSV(B)207.5º46.15%40.78%-
XYZ7.157.8714.24-
YUV76.73143.39113.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=23.14%
G=33.88%
B=42.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56821040.460.2100.59207.53031.37
Hex3852682E1503Bd01e1f
Octal7012215056250733203637
Binary11100010100101101000101110101010111011110100001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385268; }

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

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

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

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

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

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

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

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