#385166

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

Shades of Cello #385166

Tints of Cello #385166

Color information

#385166 (or 0x385166) is unknown color: approx Cello. HEX triplet: 38, 51 and 66. RGB value is (56,81,102). Sum of RGB (Red+Green+Blue) = 56+81+102=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #385166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385166 is #C7AE99. Grayscale: #4B4B4B. Windows color (decimal): -13086362 or 6705464. OLE color: 6705464.

HSL color Cylindrical-coordinate representation of color #385166: hue angle of 207.39º 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 #385166 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5681102-
CMYK0.450.2100.6
HSL207.39º29.11%30.98%-
HSV(B)207.39º45.1%40%-
XYZ6.977.6813.69-
YUV75.92142.72113.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=23.43%
G=33.89%
B=42.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56811020.450.2100.6207.3929.1130.98
Hex3851662D1503Ccf1d1f
Octal7012114655250743173537
Binary11100010100011100110101101101010111100110011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385166; }

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

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

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

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

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

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

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

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