Html Css Color HEX #374953 Atomic

📋 copy color: '#374953'

red 55 ◦ green 73 ◦ blue 83

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

Shades of Atomic #374953

Tints of Atomic #374953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.34%

R = 26.07%
G = 34.6%
B = 39.34%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#374953 (or 0x374953) is known color: Atomic. HEX triplet: 37, 49 and 53. RGB value is (55,73,83). Sum of RGB (Red+Green+Blue) = 55+73+83=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #374953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374953 is #C8B6AC. Grayscale: #444444. Windows color (decimal): -13153965 or 5458231. OLE color: 5458231.

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

Color convert

RGB 55 73 83 -
CMYK 0.34 0.12 0 0.67
HSL 201.43º 0.2% 0.27% -
HSV(B) 201.43º 0.34% 0.33% -
XYZ 5.52 6.2 9.09 -
YUV 68.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 55 73 83 0.34 0.12 0 0.67 201.43 0.2 0.27
Hex 37 49 53 22 C 0 43 C9 14 1B
Octal 67 111 123 42 14 0 103 311 24 33
Binary 110111 1001001 1010011 100010 1100 0 1000011 11001001 10100 11011

Color Harmonies of #374953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374953

Black with #374953

Text Example


Text Example

White with #374953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374953; }

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

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

background-color css

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

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

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

border-color css

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

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

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