Html Css Color HEX #37494F Atomic

📋 copy color: '#37494F'

red 55 ◦ green 73 ◦ blue 79

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

Shades of Atomic #37494F

Tints of Atomic #37494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.27%

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

R = 26.57%
G = 35.27%
B = 38.16%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#37494F (or 0x37494F) is known color: Atomic. HEX triplet: 37, 49 and 4F. RGB value is (55,73,79). Sum of RGB (Red+Green+Blue) = 55+73+79=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #37494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37494F is #C8B6B0. Grayscale: #444444. Windows color (decimal): -13153969 or 5196087. OLE color: 5196087.

HSL color Cylindrical-coordinate representation of color #37494F: hue angle of 195º 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 #37494F is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 73 79 -
CMYK 0.30 0.08 0 0.69
HSL 195º 0.18% 0.26% -
HSV(B) 195º 0.3% 0.31% -
XYZ 5.37 6.14 8.3 -
YUV 68.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 55 73 79 0.30 0.08 0 0.69 195 0.18 0.26
Hex 37 49 4F 1E 8 0 45 C3 12 1A
Octal 67 111 117 36 10 0 105 303 22 32
Binary 110111 1001001 1001111 11110 1000 0 1000101 11000011 10010 11010

Color Harmonies of #37494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37494F

Black with #37494F

Text Example


Text Example

White with #37494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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