Html Css Color HEX #44384D Jagger

📋 copy color: '#44384D'

red 68 ◦ green 56 ◦ blue 77

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

Shades of Jagger #44384D

Tints of Jagger #44384D

RGB

 RED value IS 68 (26.95% from 255) = 33.83%

 GREEN value IS 56 (22.27% from 255) = 27.86%

 BLUE value IS 77 (30.47% from 255) = 38.31%

R = 33.83%
G = 27.86%
B = 38.31%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44384D (or 0x44384D) is known color: Jagger. HEX triplet: 44, 38 and 4D. RGB value is (68,56,77). Sum of RGB (Red+Green+Blue) = 68+56+77=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #44384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44384D is #BBC7B2. Grayscale: #3D3D3D. Windows color (decimal): -12306355 or 5060676. OLE color: 5060676.

HSL color Cylindrical-coordinate representation of color #44384D: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44384D is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 56 77 -
CMYK 0.12 0.27 0 0.70
HSL 274.29º 0.16% 0.26% -
HSV(B) 274.29º 0.27% 0.3% -
XYZ 5.14 4.59 7.64 -
YUV 61.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 68 56 77 0.12 0.27 0 0.70 274.29 0.16 0.26
Hex 44 38 4D C 1B 0 46 112 10 1A
Octal 104 70 115 14 33 0 106 422 20 32
Binary 1000100 111000 1001101 1100 11011 0 1000110 100010010 10000 11010

Color Harmonies of #44384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44384D

Black with #44384D

Text Example


Text Example

White with #44384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44384D; }

 p { color: rgb(68,56,77); }

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

background-color css

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

 a { background-color: rgb(68,56,77); }

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

border-color css

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

 span { border-color: rgb(68,56,77); }

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