Html Css Color HEX #374A54 Atomic

📋 copy color: '#374A54'

red 55 ◦ green 74 ◦ blue 84

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

Shades of Atomic #374A54

Tints of Atomic #374A54

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.74%

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

R = 25.82%
G = 34.74%
B = 39.44%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#374A54 (or 0x374A54) is known color: Atomic. HEX triplet: 37, 4A and 54. RGB value is (55,74,84). Sum of RGB (Red+Green+Blue) = 55+74+84=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 84 - color contains mainly: blue. Hex color #374A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A54 is #C8B5AB. Grayscale: #454545. Windows color (decimal): -13153708 or 5524023. OLE color: 5524023.

HSL color Cylindrical-coordinate representation of color #374A54: hue angle of 200.69º 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 #374A54 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 74 84 -
CMYK 0.35 0.12 0 0.67
HSL 200.69º 0.21% 0.27% -
HSV(B) 200.69º 0.35% 0.33% -
XYZ 5.62 6.35 9.32 -
YUV 69.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 55 74 84 0.35 0.12 0 0.67 200.69 0.21 0.27
Hex 37 4A 54 23 C 0 43 C9 15 1B
Octal 67 112 124 43 14 0 103 311 25 33
Binary 110111 1001010 1010100 100011 1100 0 1000011 11001001 10101 11011

Color Harmonies of #374A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A54

Black with #374A54

Text Example


Text Example

White with #374A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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