Html Css Color HEX #374C55 Atomic

📋 copy color: '#374C55'

red 55 ◦ green 76 ◦ blue 85

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

Shades of Atomic #374C55

Tints of Atomic #374C55

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.19%

 BLUE value IS 85 (33.59% from 255) = 39.35%

R = 25.46%
G = 35.19%
B = 39.35%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#374C55 (or 0x374C55) is known color: Atomic. HEX triplet: 37, 4C and 55. RGB value is (55,76,85). Sum of RGB (Red+Green+Blue) = 55+76+85=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #374C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C55 is #C8B3AA. Grayscale: #464646. Windows color (decimal): -13153195 or 5590071. OLE color: 5590071.

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

Color convert

RGB 55 76 85 -
CMYK 0.35 0.11 0 0.67
HSL 198º 0.21% 0.27% -
HSV(B) 198º 0.35% 0.33% -
XYZ 5.8 6.64 9.57 -
YUV 70.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 55 76 85 0.35 0.11 0 0.67 198 0.21 0.27
Hex 37 4C 55 23 B 0 43 C6 15 1B
Octal 67 114 125 43 13 0 103 306 25 33
Binary 110111 1001100 1010101 100011 1011 0 1000011 11000110 10101 11011

Color Harmonies of #374C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C55

Black with #374C55

Text Example


Text Example

White with #374C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,76,85); }

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

background-color css

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

 a { background-color: rgb(55,76,85); }

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

border-color css

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

 span { border-color: rgb(55,76,85); }

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