Html Css Color HEX #374A4E Atomic

📋 copy color: '#374A4E'

red 55 ◦ green 74 ◦ blue 78

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

Shades of Atomic #374A4E

Tints of Atomic #374A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.68%

R = 26.57%
G = 35.75%
B = 37.68%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#374A4E (or 0x374A4E) is known color: Atomic. HEX triplet: 37, 4A and 4E. RGB value is (55,74,78). Sum of RGB (Red+Green+Blue) = 55+74+78=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 78 - color contains mainly: blue. Hex color #374A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A4E is #C8B5B1. Grayscale: #444444. Windows color (decimal): -13153714 or 5130807. OLE color: 5130807.

HSL color Cylindrical-coordinate representation of color #374A4E: hue angle of 190.43º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374A4E is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 74 78 -
CMYK 0.29 0.05 0 0.69
HSL 190.43º 0.17% 0.26% -
HSV(B) 190.43º 0.29% 0.31% -
XYZ 5.4 6.26 8.13 -
YUV 68.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 55 74 78 0.29 0.05 0 0.69 190.43 0.17 0.26
Hex 37 4A 4E 1D 5 0 45 BE 11 1A
Octal 67 112 116 35 5 0 105 276 21 32
Binary 110111 1001010 1001110 11101 101 0 1000101 10111110 10001 11010

Color Harmonies of #374A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A4E

Black with #374A4E

Text Example


Text Example

White with #374A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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