Html Css Color HEX #374952 Atomic

📋 copy color: '#374952'

red 55 ◦ green 73 ◦ blue 82

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

Shades of Atomic #374952

Tints of Atomic #374952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.05%

R = 26.19%
G = 34.76%
B = 39.05%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#374952 (or 0x374952) is known color: Atomic. HEX triplet: 37, 49 and 52. RGB value is (55,73,82). Sum of RGB (Red+Green+Blue) = 55+73+82=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #374952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374952 is #C8B6AD. Grayscale: #444444. Windows color (decimal): -13153966 or 5392695. OLE color: 5392695.

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

Color convert

RGB 55 73 82 -
CMYK 0.33 0.11 0 0.68
HSL 200º 0.2% 0.27% -
HSV(B) 200º 0.33% 0.32% -
XYZ 5.48 6.19 8.89 -
YUV 68.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 55 73 82 0.33 0.11 0 0.68 200 0.2 0.27
Hex 37 49 52 21 B 0 44 C8 14 1B
Octal 67 111 122 41 13 0 104 310 24 33
Binary 110111 1001001 1010010 100001 1011 0 1000100 11001000 10100 11011

Color Harmonies of #374952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374952

Black with #374952

Text Example


Text Example

White with #374952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374952; }

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

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

background-color css

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

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

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

border-color css

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

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

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