#385161

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

Shades of Cello #385161

Tints of Cello #385161

Color information

#385161 (or 0x385161) is unknown color: approx Cello. HEX triplet: 38, 51 and 61. RGB value is (56,81,97). Sum of RGB (Red+Green+Blue) = 56+81+97=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #385161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385161 is #C7AE9E. Grayscale: #4B4B4B. Windows color (decimal): -13086367 or 6377784. OLE color: 6377784.

HSL color Cylindrical-coordinate representation of color #385161: hue angle of 203.41º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #385161 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB568197-
CMYK0.420.1600.62
HSL203.41º26.8%30%-
HSV(B)203.41º42.27%38.04%-
XYZ6.737.5912.42-
YUV75.35140.22114.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=23.93%
G=34.62%
B=41.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5681970.420.1600.62203.4126.830
Hex3851612A1003Ecb1b1e
Octal7012114152200763133336
Binary11100010100011100001101010100000111110110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385161; }

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

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

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

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

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

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

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

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