Html Css Color HEX #374B51 Atomic

📋 copy color: '#374B51'

red 55 ◦ green 75 ◦ blue 81

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

Shades of Atomic #374B51

Tints of Atomic #374B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.39%

R = 26.07%
G = 35.55%
B = 38.39%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#374B51 (or 0x374B51) is known color: Atomic. HEX triplet: 37, 4B and 51. RGB value is (55,75,81). Sum of RGB (Red+Green+Blue) = 55+75+81=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #374B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B51 is #C8B4AE. Grayscale: #454545. Windows color (decimal): -13153455 or 5327671. OLE color: 5327671.

HSL color Cylindrical-coordinate representation of color #374B51: hue angle of 193.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #374B51 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 75 81 -
CMYK 0.32 0.07 0 0.68
HSL 193.85º 0.19% 0.27% -
HSV(B) 193.85º 0.32% 0.32% -
XYZ 5.58 6.44 8.73 -
YUV 69.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 55 75 81 0.32 0.07 0 0.68 193.85 0.19 0.27
Hex 37 4B 51 20 7 0 44 C2 13 1B
Octal 67 113 121 40 7 0 104 302 23 33
Binary 110111 1001011 1010001 100000 111 0 1000100 11000010 10011 11011

Color Harmonies of #374B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B51

Black with #374B51

Text Example


Text Example

White with #374B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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