#38515E

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

Shades of Cello #38515E

Tints of Cello #38515E

Color information

#38515E (or 0x38515E) is unknown color: approx Cello. HEX triplet: 38, 51 and 5E. RGB value is (56,81,94). Sum of RGB (Red+Green+Blue) = 56+81+94=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #38515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38515E is #C7AEA1. Grayscale: #4A4A4A. Windows color (decimal): -13086370 or 6181176. OLE color: 6181176.

HSL color Cylindrical-coordinate representation of color #38515E: hue angle of 200.53º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38515E is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB568194-
CMYK0.400.1400.63
HSL200.53º25.33%29.41%-
HSV(B)200.53º40.43%36.86%-
XYZ6.597.5311.7-
YUV75.01138.72114.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=24.24%
G=35.06%
B=40.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5681940.400.1400.63200.5325.3329.41
Hex38515E28E03Fc9191d
Octal7012113650160773113135
Binary1110001010001101111010100011100111111110010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38515E; }

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

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

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

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

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

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

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

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