Html Css Color HEX #374B53 Atomic

📋 copy color: '#374B53'

red 55 ◦ green 75 ◦ blue 83

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

Shades of Atomic #374B53

Tints of Atomic #374B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.97%

R = 25.82%
G = 35.21%
B = 38.97%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#374B53 (or 0x374B53) is known color: Atomic. HEX triplet: 37, 4B and 53. RGB value is (55,75,83). Sum of RGB (Red+Green+Blue) = 55+75+83=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #374B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B53 is #C8B4AC. Grayscale: #454545. Windows color (decimal): -13153453 or 5458743. OLE color: 5458743.

HSL color Cylindrical-coordinate representation of color #374B53: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #374B53 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 75 83 -
CMYK 0.34 0.10 0 0.67
HSL 197.14º 0.2% 0.27% -
HSV(B) 197.14º 0.34% 0.33% -
XYZ 5.65 6.47 9.13 -
YUV 69.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 55 75 83 0.34 0.10 0 0.67 197.14 0.2 0.27
Hex 37 4B 53 22 A 0 43 C5 14 1B
Octal 67 113 123 42 12 0 103 305 24 33
Binary 110111 1001011 1010011 100010 1010 0 1000011 11000101 10100 11011

Color Harmonies of #374B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B53

Black with #374B53

Text Example


Text Example

White with #374B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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