Html Css Color HEX #37434B Arsenic

📋 copy color: '#37434B'

red 55 ◦ green 67 ◦ blue 75

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

Shades of Arsenic #37434B

Tints of Arsenic #37434B

RGB

 RED value IS 55 (21.88% from 255) = 27.92%

 GREEN value IS 67 (26.56% from 255) = 34.01%

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 27.92%
G = 34.01%
B = 38.07%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37434B (or 0x37434B) is known color: Arsenic. HEX triplet: 37, 43 and 4B. RGB value is (55,67,75). Sum of RGB (Red+Green+Blue) = 55+67+75=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #37434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37434B is #C8BCB4. Grayscale: #404040. Windows color (decimal): -13155509 or 4932407. OLE color: 4932407.

HSL color Cylindrical-coordinate representation of color #37434B: hue angle of 204º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #37434B is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 67 75 -
CMYK 0.27 0.11 0 0.71
HSL 204º 0.15% 0.25% -
HSV(B) 204º 0.27% 0.29% -
XYZ 4.85 5.33 7.43 -
YUV 64.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 55 67 75 0.27 0.11 0 0.71 204 0.15 0.25
Hex 37 43 4B 1B B 0 47 CC F 19
Octal 67 103 113 33 13 0 107 314 17 31
Binary 110111 1000011 1001011 11011 1011 0 1000111 11001100 1111 11001

Color Harmonies of #37434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37434B

Black with #37434B

Text Example


Text Example

White with #37434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37434B; }

 p { color: rgb(55,67,75); }

 H1.HeaderClassName
 {
   color: #37434B;
 }
 .AnyTagClassName
 {
   color: #37434B;
 }
</style>

background-color css

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

 a { background-color: rgb(55,67,75); }

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

border-color css

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

 span { border-color: rgb(55,67,75); }

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