Html Css Color HEX #374854 Atomic

📋 copy color: '#374854'

red 55 ◦ green 72 ◦ blue 84

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

Shades of Atomic #374854

Tints of Atomic #374854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

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

R = 26.07%
G = 34.12%
B = 39.81%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#374854 (or 0x374854) is known color: Atomic. HEX triplet: 37, 48 and 54. RGB value is (55,72,84). Sum of RGB (Red+Green+Blue) = 55+72+84=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #374854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374854 is #C8B7AB. Grayscale: #444444. Windows color (decimal): -13154220 or 5523511. OLE color: 5523511.

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

Color convert

RGB 55 72 84 -
CMYK 0.35 0.14 0 0.67
HSL 204.83º 0.21% 0.27% -
HSV(B) 204.83º 0.35% 0.33% -
XYZ 5.49 6.09 9.27 -
YUV 68.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 55 72 84 0.35 0.14 0 0.67 204.83 0.21 0.27
Hex 37 48 54 23 E 0 43 CD 15 1B
Octal 67 110 124 43 16 0 103 315 25 33
Binary 110111 1001000 1010100 100011 1110 0 1000011 11001101 10101 11011

Color Harmonies of #374854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374854

Black with #374854

Text Example


Text Example

White with #374854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374854; }

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

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

background-color css

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

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

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

border-color css

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

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

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