Html Css Color HEX #443253 Jagger

📋 copy color: '#443253'

red 68 ◦ green 50 ◦ blue 83

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

Shades of Jagger #443253

Tints of Jagger #443253

RGB

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

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

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

R = 33.83%
G = 24.88%
B = 41.29%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#443253 (or 0x443253) is known color: Jagger. HEX triplet: 44, 32 and 53. RGB value is (68,50,83). Sum of RGB (Red+Green+Blue) = 68+50+83=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #443253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443253 is #BBCDAC. Grayscale: #3B3B3B. Windows color (decimal): -12307885 or 5452356. OLE color: 5452356.

HSL color Cylindrical-coordinate representation of color #443253: hue angle of 272.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #443253 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 50 83 -
CMYK 0.18 0.40 0 0.67
HSL 272.73º 0.25% 0.26% -
HSV(B) 272.73º 0.4% 0.33% -
XYZ 5.09 4.13 8.71 -
YUV 59.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 68 50 83 0.18 0.40 0 0.67 272.73 0.25 0.26
Hex 44 32 53 12 28 0 43 111 19 1A
Octal 104 62 123 22 50 0 103 421 31 32
Binary 1000100 110010 1010011 10010 101000 0 1000011 100010001 11001 11010

Color Harmonies of #443253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443253

Black with #443253

Text Example


Text Example

White with #443253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443253; }

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

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

background-color css

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

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

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

border-color css

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

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

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