#385162

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

Shades of Cello #385162

Tints of Cello #385162

Color information

#385162 (or 0x385162) is unknown color: approx Cello. HEX triplet: 38, 51 and 62. RGB value is (56,81,98). Sum of RGB (Red+Green+Blue) = 56+81+98=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #385162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385162 is #C7AE9D. Grayscale: #4B4B4B. Windows color (decimal): -13086366 or 6443320. OLE color: 6443320.

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

Color convert

RGB568198-
CMYK0.430.1700.62
HSL204.29º27.27%30.2%-
HSV(B)204.29º42.86%38.43%-
XYZ6.787.6112.67-
YUV75.46140.72114.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=23.83%
G=34.47%
B=41.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5681980.430.1700.62204.2927.2730.2
Hex3851622B1103Ecc1b1e
Octal7012114253210763143336
Binary11100010100011100010101011100010111110110011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385162; }

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

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

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

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

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

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

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

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