Html Css Color HEX #374B50 Atomic

📋 copy color: '#374B50'

red 55 ◦ green 75 ◦ blue 80

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

Shades of Atomic #374B50

Tints of Atomic #374B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.71%

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

R = 26.19%
G = 35.71%
B = 38.1%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#374B50 (or 0x374B50) is known color: Atomic. HEX triplet: 37, 4B and 50. RGB value is (55,75,80). Sum of RGB (Red+Green+Blue) = 55+75+80=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #374B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B50 is #C8B4AF. Grayscale: #454545. Windows color (decimal): -13153456 or 5262135. OLE color: 5262135.

HSL color Cylindrical-coordinate representation of color #374B50: hue angle of 192º 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 #374B50 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 75 80 -
CMYK 0.31 0.06 0 0.69
HSL 192º 0.19% 0.26% -
HSV(B) 192º 0.31% 0.31% -
XYZ 5.54 6.42 8.54 -
YUV 69.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 55 75 80 0.31 0.06 0 0.69 192 0.19 0.26
Hex 37 4B 50 1F 6 0 45 C0 13 1A
Octal 67 113 120 37 6 0 105 300 23 32
Binary 110111 1001011 1010000 11111 110 0 1000101 11000000 10011 11010

Color Harmonies of #374B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B50

Black with #374B50

Text Example


Text Example

White with #374B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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