Html Css Color HEX #374A4F Atomic

📋 copy color: '#374A4F'

red 55 ◦ green 74 ◦ blue 79

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

Shades of Atomic #374A4F

Tints of Atomic #374A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.98%

R = 26.44%
G = 35.58%
B = 37.98%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#374A4F (or 0x374A4F) is known color: Atomic. HEX triplet: 37, 4A and 4F. RGB value is (55,74,79). Sum of RGB (Red+Green+Blue) = 55+74+79=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 79 - color contains mainly: blue. Hex color #374A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A4F is #C8B5B0. Grayscale: #444444. Windows color (decimal): -13153713 or 5196343. OLE color: 5196343.

HSL color Cylindrical-coordinate representation of color #374A4F: hue angle of 192.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #374A4F is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 74 79 -
CMYK 0.30 0.06 0 0.69
HSL 192.5º 0.18% 0.26% -
HSV(B) 192.5º 0.3% 0.31% -
XYZ 5.44 6.27 8.32 -
YUV 68.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 55 74 79 0.30 0.06 0 0.69 192.5 0.18 0.26
Hex 37 4A 4F 1E 6 0 45 C0 12 1A
Octal 67 112 117 36 6 0 105 300 22 32
Binary 110111 1001010 1001111 11110 110 0 1000101 11000000 10010 11010

Color Harmonies of #374A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A4F

Black with #374A4F

Text Example


Text Example

White with #374A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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