Html Css Color HEX #38444D Arsenic

📋 copy color: '#38444D'

red 56 ◦ green 68 ◦ blue 77

#38444D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arsenic #38444D

Tints of Arsenic #38444D

RGB

 RED value IS 56 (22.27% from 255) = 27.86%

 GREEN value IS 68 (26.95% from 255) = 33.83%

 BLUE value IS 77 (30.47% from 255) = 38.31%

R = 27.86%
G = 33.83%
B = 38.31%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38444D (or 0x38444D) is known color: Arsenic. HEX triplet: 38, 44 and 4D. RGB value is (56,68,77). Sum of RGB (Red+Green+Blue) = 56+68+77=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #38444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38444D is #C7BBB2. Grayscale: #414141. Windows color (decimal): -13089715 or 5063736. OLE color: 5063736.

HSL color Cylindrical-coordinate representation of color #38444D: hue angle of 205.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38444D is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 68 77 -
CMYK 0.27 0.12 0 0.70
HSL 205.71º 0.16% 0.26% -
HSV(B) 205.71º 0.27% 0.3% -
XYZ 5.04 5.51 7.82 -
YUV 65.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 56 68 77 0.27 0.12 0 0.70 205.71 0.16 0.26
Hex 38 44 4D 1B C 0 46 CE 10 1A
Octal 70 104 115 33 14 0 106 316 20 32
Binary 111000 1000100 1001101 11011 1100 0 1000110 11001110 10000 11010

Color Harmonies of #38444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38444D

Black with #38444D

Text Example


Text Example

White with #38444D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38444D;
 }
 .AnyTagClassName
 {
   color: #38444D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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