#385066

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

Shades of Cello #385066

Tints of Cello #385066

Color information

#385066 (or 0x385066) is unknown color: approx Cello. HEX triplet: 38, 50 and 66. RGB value is (56,80,102). Sum of RGB (Red+Green+Blue) = 56+80+102=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #385066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385066 is #C7AF99. Grayscale: #4B4B4B. Windows color (decimal): -13086618 or 6705208. OLE color: 6705208.

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

Color convert

RGB5680102-
CMYK0.450.2200.6
HSL208.7º29.11%30.98%-
HSV(B)208.7º45.1%40%-
XYZ6.97.5413.66-
YUV75.33143.05114.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=23.53%
G=33.61%
B=42.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56801020.450.2200.6208.729.1130.98
Hex3850662D1603Cd11d1f
Octal7012014655260743213537
Binary11100010100001100110101101101100111100110100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385066; }

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

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

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

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

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

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

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

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