Html Css Color HEX #374750 Atomic

📋 copy color: '#374750'

red 55 ◦ green 71 ◦ blue 80

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

Shades of Atomic #374750

Tints of Atomic #374750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 26.7%
G = 34.47%
B = 38.83%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#374750 (or 0x374750) is known color: Atomic. HEX triplet: 37, 47 and 50. RGB value is (55,71,80). Sum of RGB (Red+Green+Blue) = 55+71+80=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #374750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374750 is #C8B8AF. Grayscale: #434343. Windows color (decimal): -13154480 or 5261111. OLE color: 5261111.

HSL color Cylindrical-coordinate representation of color #374750: hue angle of 201.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #374750 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 71 80 -
CMYK 0.31 0.11 0 0.69
HSL 201.6º 0.19% 0.26% -
HSV(B) 201.6º 0.31% 0.31% -
XYZ 5.28 5.9 8.45 -
YUV 67.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 55 71 80 0.31 0.11 0 0.69 201.6 0.19 0.26
Hex 37 47 50 1F B 0 45 CA 13 1A
Octal 67 107 120 37 13 0 105 312 23 32
Binary 110111 1000111 1010000 11111 1011 0 1000101 11001010 10011 11010

Color Harmonies of #374750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374750

Black with #374750

Text Example


Text Example

White with #374750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374750; }

 p { color: rgb(55,71,80); }

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

background-color css

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

 a { background-color: rgb(55,71,80); }

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

border-color css

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

 span { border-color: rgb(55,71,80); }

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