Html Css Color HEX #443753 Jagger

📋 copy color: '#443753'

red 68 ◦ green 55 ◦ blue 83

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

Shades of Jagger #443753

Tints of Jagger #443753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.7%

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

R = 33.01%
G = 26.7%
B = 40.29%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#443753 (or 0x443753) is known color: Jagger. HEX triplet: 44, 37 and 53. RGB value is (68,55,83). Sum of RGB (Red+Green+Blue) = 68+55+83=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #443753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443753 is #BBC8AC. Grayscale: #3D3D3D. Windows color (decimal): -12306605 or 5453636. OLE color: 5453636.

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

Color convert

RGB 68 55 83 -
CMYK 0.18 0.34 0 0.67
HSL 267.86º 0.2% 0.27% -
HSV(B) 267.86º 0.34% 0.33% -
XYZ 5.31 4.59 8.79 -
YUV 62.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 68 55 83 0.18 0.34 0 0.67 267.86 0.2 0.27
Hex 44 37 53 12 22 0 43 10C 14 1B
Octal 104 67 123 22 42 0 103 414 24 33
Binary 1000100 110111 1010011 10010 100010 0 1000011 100001100 10100 11011

Color Harmonies of #443753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443753

Black with #443753

Text Example


Text Example

White with #443753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443753; }

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

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

background-color css

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

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

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

border-color css

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

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

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