#385668

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

Shades of Cello #385668

Tints of Cello #385668

Color information

#385668 (or 0x385668) is unknown color: approx Cello. HEX triplet: 38, 56 and 68. RGB value is (56,86,104). Sum of RGB (Red+Green+Blue) = 56+86+104=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #385668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385668 is #C7A997. Grayscale: #4E4E4E. Windows color (decimal): -13085080 or 6837816. OLE color: 6837816.

HSL color Cylindrical-coordinate representation of color #385668: hue angle of 202.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 #385668 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5686104-
CMYK0.460.1700.59
HSL202.5º30%31.37%-
HSV(B)202.5º46.15%40.78%-
XYZ7.468.514.34-
YUV79.08142.06111.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=22.76%
G=34.96%
B=42.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56861040.460.1700.59202.53031.37
Hex3856682E1103Bca1e1f
Octal7012615056210733123637
Binary11100010101101101000101110100010111011110010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385668; }

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

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

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

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

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

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

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

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