Html Css Color HEX #374A52 Atomic

📋 copy color: '#374A52'

red 55 ◦ green 74 ◦ blue 82

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

Shades of Atomic #374A52

Tints of Atomic #374A52

RGB

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

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

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

R = 26.07%
G = 35.07%
B = 38.86%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#374A52 (or 0x374A52) is known color: Atomic. HEX triplet: 37, 4A and 52. RGB value is (55,74,82). Sum of RGB (Red+Green+Blue) = 55+74+82=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #374A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A52 is #C8B5AD. Grayscale: #454545. Windows color (decimal): -13153710 or 5392951. OLE color: 5392951.

HSL color Cylindrical-coordinate representation of color #374A52: hue angle of 197.78º 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 #374A52 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 74 82 -
CMYK 0.33 0.10 0 0.68
HSL 197.78º 0.2% 0.27% -
HSV(B) 197.78º 0.33% 0.32% -
XYZ 5.55 6.32 8.91 -
YUV 69.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 55 74 82 0.33 0.10 0 0.68 197.78 0.2 0.27
Hex 37 4A 52 21 A 0 44 C6 14 1B
Octal 67 112 122 41 12 0 104 306 24 33
Binary 110111 1001010 1010010 100001 1010 0 1000100 11000110 10100 11011

Color Harmonies of #374A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A52

Black with #374A52

Text Example


Text Example

White with #374A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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