#38444E

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

Shades of Arsenic #38444E

Tints of Arsenic #38444E

Color information

#38444E (or 0x38444E) is unknown color: approx Arsenic. HEX triplet: 38, 44 and 4E. RGB value is (56,68,78). Sum of RGB (Red+Green+Blue) = 56+68+78=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 78 - color contains mainly: blue. Hex color #38444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38444E is #C7BBB1. Grayscale: #414141. Windows color (decimal): -13089714 or 5129272. OLE color: 5129272.

HSL color Cylindrical-coordinate representation of color #38444E: hue angle of 207.27º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #38444E is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB566878-
CMYK0.280.1300.69
HSL207.27º16.42%26.27%-
HSV(B)207.27º28.21%30.59%-
XYZ5.075.538.01-
YUV65.55135.02121.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=27.72%
G=33.66%
B=38.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5668780.280.1300.69207.2716.4226.27
Hex38444E1CD045cf101a
Octal70104116341501053172032
Binary1110001000100100111011100110101000101110011111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,68,78); }

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

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

 a { background-color: rgb(56,68,78); }

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

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

 span { border-color: rgb(56,68,78); }

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