#385566

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

Shades of Cello #385566

Tints of Cello #385566

Color information

#385566 (or 0x385566) is unknown color: approx Cello. HEX triplet: 38, 55 and 66. RGB value is (56,85,102). Sum of RGB (Red+Green+Blue) = 56+85+102=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #385566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385566 is #C7AA99. Grayscale: #4E4E4E. Windows color (decimal): -13085338 or 6706488. OLE color: 6706488.

HSL color Cylindrical-coordinate representation of color #385566: hue angle of 202.17º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #385566 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5685102-
CMYK0.450.1700.6
HSL202.17º29.11%30.98%-
HSV(B)202.17º45.1%40%-
XYZ7.288.313.79-
YUV78.27141.39112.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=23.05%
G=34.98%
B=41.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56851020.450.1700.6202.1729.1130.98
Hex3855662D1103Cca1d1f
Octal7012514655210743123537
Binary11100010101011100110101101100010111100110010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385566; }

 p { color: rgb(56,85,102); }

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

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

 a { background-color: rgb(56,85,102); }

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

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

 span { border-color: rgb(56,85,102); }

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