Html Css Color HEX #374449 Big Stone

📋 copy color: '#374449'

red 55 ◦ green 68 ◦ blue 73

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

Shades of Big Stone #374449

Tints of Big Stone #374449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.69%

 BLUE value IS 73 (28.91% from 255) = 37.24%

R = 28.06%
G = 34.69%
B = 37.24%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#374449 (or 0x374449) is known color: Big Stone. HEX triplet: 37, 44 and 49. RGB value is (55,68,73). Sum of RGB (Red+Green+Blue) = 55+68+73=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #374449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374449 is #C8BBB6. Grayscale: #404040. Windows color (decimal): -13155255 or 4801591. OLE color: 4801591.

HSL color Cylindrical-coordinate representation of color #374449: hue angle of 196.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #374449 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 68 73 -
CMYK 0.25 0.07 0 0.71
HSL 196.67º 0.14% 0.25% -
HSV(B) 196.67º 0.25% 0.29% -
XYZ 4.85 5.43 7.1 -
YUV 64.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 55 68 73 0.25 0.07 0 0.71 196.67 0.14 0.25
Hex 37 44 49 19 7 0 47 C5 E 19
Octal 67 104 111 31 7 0 107 305 16 31
Binary 110111 1000100 1001001 11001 111 0 1000111 11000101 1110 11001

Color Harmonies of #374449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374449

Black with #374449

Text Example


Text Example

White with #374449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374449; }

 p { color: rgb(55,68,73); }

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

background-color css

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

 a { background-color: rgb(55,68,73); }

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

border-color css

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

 span { border-color: rgb(55,68,73); }

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