Html Css Color HEX #443257 Jagger

📋 copy color: '#443257'

red 68 ◦ green 50 ◦ blue 87

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

Shades of Jagger #443257

Tints of Jagger #443257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

 BLUE value IS 87 (34.38% from 255) = 42.44%

R = 33.17%
G = 24.39%
B = 42.44%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#443257 (or 0x443257) is known color: Jagger. HEX triplet: 44, 32 and 57. RGB value is (68,50,87). Sum of RGB (Red+Green+Blue) = 68+50+87=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #443257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443257 is #BBCDA8. Grayscale: #3B3B3B. Windows color (decimal): -12307881 or 5714500. OLE color: 5714500.

HSL color Cylindrical-coordinate representation of color #443257: hue angle of 269.19º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #443257 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 50 87 -
CMYK 0.22 0.43 0 0.66
HSL 269.19º 0.27% 0.27% -
HSV(B) 269.19º 0.43% 0.34% -
XYZ 5.24 4.2 9.55 -
YUV 59.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 68 50 87 0.22 0.43 0 0.66 269.19 0.27 0.27
Hex 44 32 57 16 2B 0 42 10D 1B 1B
Octal 104 62 127 26 53 0 102 415 33 33
Binary 1000100 110010 1010111 10110 101011 0 1000010 100001101 11011 11011

Color Harmonies of #443257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443257

Black with #443257

Text Example


Text Example

White with #443257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443257; }

 p { color: rgb(68,50,87); }

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

background-color css

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

 a { background-color: rgb(68,50,87); }

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

border-color css

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

 span { border-color: rgb(68,50,87); }

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