Html Css Color HEX #374855 Atomic

📋 copy color: '#374855'

red 55 ◦ green 72 ◦ blue 85

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

Shades of Atomic #374855

Tints of Atomic #374855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

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

R = 25.94%
G = 33.96%
B = 40.09%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#374855 (or 0x374855) is known color: Atomic. HEX triplet: 37, 48 and 55. RGB value is (55,72,85). Sum of RGB (Red+Green+Blue) = 55+72+85=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #374855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374855 is #C8B7AA. Grayscale: #444444. Windows color (decimal): -13154219 or 5589047. OLE color: 5589047.

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

Color convert

RGB 55 72 85 -
CMYK 0.35 0.15 0 0.67
HSL 206º 0.21% 0.27% -
HSV(B) 206º 0.35% 0.33% -
XYZ 5.53 6.1 9.48 -
YUV 68.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 55 72 85 0.35 0.15 0 0.67 206 0.21 0.27
Hex 37 48 55 23 F 0 43 CE 15 1B
Octal 67 110 125 43 17 0 103 316 25 33
Binary 110111 1001000 1010101 100011 1111 0 1000011 11001110 10101 11011

Color Harmonies of #374855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374855

Black with #374855

Text Example


Text Example

White with #374855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374855; }

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

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

background-color css

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

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

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

border-color css

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

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

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