#38516F

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

Shades of Cello #38516F

Tints of Cello #38516F

Color information

#38516F (or 0x38516F) is unknown color: approx Cello. HEX triplet: 38, 51 and 6F. RGB value is (56,81,111). Sum of RGB (Red+Green+Blue) = 56+81+111=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #38516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38516F is #C7AE90. Grayscale: #4C4C4C. Windows color (decimal): -13086353 or 7295288. OLE color: 7295288.

HSL color Cylindrical-coordinate representation of color #38516F: hue angle of 212.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38516F is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5681111-
CMYK0.500.2700.56
HSL212.73º32.93%32.75%-
HSV(B)212.73º49.55%43.53%-
XYZ7.447.8716.17-
YUV76.94147.22113.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 111 (43.75% from 255) = 44.76%
R=22.58%
G=32.66%
B=44.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56811110.500.2700.56212.7332.9332.75
Hex38516F321B038d52121
Octal7012115762330703254141
Binary1110001010001110111111001011011011100011010101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38516F; }

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

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

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

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

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

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

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

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