Html Css Color HEX #374B52 Atomic

📋 copy color: '#374B52'

red 55 ◦ green 75 ◦ blue 82

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

Shades of Atomic #374B52

Tints of Atomic #374B52

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.38%

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

R = 25.94%
G = 35.38%
B = 38.68%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#374B52 (or 0x374B52) is known color: Atomic. HEX triplet: 37, 4B and 52. RGB value is (55,75,82). Sum of RGB (Red+Green+Blue) = 55+75+82=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #374B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B52 is #C8B4AD. Grayscale: #454545. Windows color (decimal): -13153454 or 5393207. OLE color: 5393207.

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

Color convert

RGB 55 75 82 -
CMYK 0.33 0.09 0 0.68
HSL 195.56º 0.2% 0.27% -
HSV(B) 195.56º 0.33% 0.32% -
XYZ 5.61 6.45 8.93 -
YUV 69.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 55 75 82 0.33 0.09 0 0.68 195.56 0.2 0.27
Hex 37 4B 52 21 9 0 44 C4 14 1B
Octal 67 113 122 41 11 0 104 304 24 33
Binary 110111 1001011 1010010 100001 1001 0 1000100 11000100 10100 11011

Color Harmonies of #374B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B52

Black with #374B52

Text Example


Text Example

White with #374B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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