Html Css Color HEX #37484C Atomic

📋 copy color: '#37484C'

red 55 ◦ green 72 ◦ blue 76

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

Shades of Atomic #37484C

Tints of Atomic #37484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.47%

 BLUE value IS 76 (30.08% from 255) = 37.44%

R = 27.09%
G = 35.47%
B = 37.44%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37484C (or 0x37484C) is known color: Atomic. HEX triplet: 37, 48 and 4C. RGB value is (55,72,76). Sum of RGB (Red+Green+Blue) = 55+72+76=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #37484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37484C is #C8B7B3. Grayscale: #434343. Windows color (decimal): -13154228 or 4999223. OLE color: 4999223.

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

Color convert

RGB 55 72 76 -
CMYK 0.28 0.05 0 0.70
HSL 191.43º 0.16% 0.26% -
HSV(B) 191.43º 0.28% 0.3% -
XYZ 5.2 5.97 7.72 -
YUV 67.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 55 72 76 0.28 0.05 0 0.70 191.43 0.16 0.26
Hex 37 48 4C 1C 5 0 46 BF 10 1A
Octal 67 110 114 34 5 0 106 277 20 32
Binary 110111 1001000 1001100 11100 101 0 1000110 10111111 10000 11010

Color Harmonies of #37484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37484C

Black with #37484C

Text Example


Text Example

White with #37484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37484C; }

 p { color: rgb(55,72,76); }

 H1.HeaderClassName
 {
   color: #37484C;
 }
 .AnyTagClassName
 {
   color: #37484C;
 }
</style>

background-color css

<style>
 a { background-color: #37484C; }

 a { background-color: rgb(55,72,76); }

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

border-color css

<style>
 span { border-color: #37484C; }

 span { border-color: rgb(55,72,76); }

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