Html Css Color HEX #374954 Atomic

📋 copy color: '#374954'

red 55 ◦ green 73 ◦ blue 84

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

Shades of Atomic #374954

Tints of Atomic #374954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.62%

R = 25.94%
G = 34.43%
B = 39.62%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#374954 (or 0x374954) is known color: Atomic. HEX triplet: 37, 49 and 54. RGB value is (55,73,84). Sum of RGB (Red+Green+Blue) = 55+73+84=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #374954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374954 is #C8B6AB. Grayscale: #444444. Windows color (decimal): -13153964 or 5523767. OLE color: 5523767.

HSL color Cylindrical-coordinate representation of color #374954: hue angle of 202.76º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #374954 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 73 84 -
CMYK 0.35 0.13 0 0.67
HSL 202.76º 0.21% 0.27% -
HSV(B) 202.76º 0.35% 0.33% -
XYZ 5.56 6.22 9.29 -
YUV 68.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 55 73 84 0.35 0.13 0 0.67 202.76 0.21 0.27
Hex 37 49 54 23 D 0 43 CB 15 1B
Octal 67 111 124 43 15 0 103 313 25 33
Binary 110111 1001001 1010100 100011 1101 0 1000011 11001011 10101 11011

Color Harmonies of #374954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374954

Black with #374954

Text Example


Text Example

White with #374954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374954; }

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

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

background-color css

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

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

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

border-color css

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

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

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