Html Css Color HEX #37484F Atomic

📋 copy color: '#37484F'

red 55 ◦ green 72 ◦ blue 79

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

Shades of Atomic #37484F

Tints of Atomic #37484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.35%

R = 26.7%
G = 34.95%
B = 38.35%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#37484F (or 0x37484F) is known color: Atomic. HEX triplet: 37, 48 and 4F. RGB value is (55,72,79). Sum of RGB (Red+Green+Blue) = 55+72+79=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #37484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37484F is #C8B7B0. Grayscale: #434343. Windows color (decimal): -13154225 or 5195831. OLE color: 5195831.

HSL color Cylindrical-coordinate representation of color #37484F: hue angle of 197.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #37484F is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 72 79 -
CMYK 0.30 0.09 0 0.69
HSL 197.5º 0.18% 0.26% -
HSV(B) 197.5º 0.3% 0.31% -
XYZ 5.3 6.01 8.28 -
YUV 67.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 55 72 79 0.30 0.09 0 0.69 197.5 0.18 0.26
Hex 37 48 4F 1E 9 0 45 C6 12 1A
Octal 67 110 117 36 11 0 105 306 22 32
Binary 110111 1001000 1001111 11110 1001 0 1000101 11000110 10010 11010

Color Harmonies of #37484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37484F

Black with #37484F

Text Example


Text Example

White with #37484F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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