Html Css Color HEX #44305A Jagger

📋 copy color: '#44305A'

red 68 ◦ green 48 ◦ blue 90

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

Shades of Jagger #44305A

Tints of Jagger #44305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 33.01%
G = 23.3%
B = 43.69%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44305A (or 0x44305A) is known color: Jagger. HEX triplet: 44, 30 and 5A. RGB value is (68,48,90). Sum of RGB (Red+Green+Blue) = 68+48+90=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #44305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44305A is #BBCFA5. Grayscale: #3A3A3A. Windows color (decimal): -12308390 or 5910596. OLE color: 5910596.

HSL color Cylindrical-coordinate representation of color #44305A: hue angle of 268.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44305A is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 48 90 -
CMYK 0.24 0.47 0 0.65
HSL 268.57º 0.3% 0.27% -
HSV(B) 268.57º 0.47% 0.35% -
XYZ 5.29 4.08 10.18 -
YUV 58.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 68 48 90 0.24 0.47 0 0.65 268.57 0.3 0.27
Hex 44 30 5A 18 2F 0 41 10D 1E 1B
Octal 104 60 132 30 57 0 101 415 36 33
Binary 1000100 110000 1011010 11000 101111 0 1000001 100001101 11110 11011

Color Harmonies of #44305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44305A

Black with #44305A

Text Example


Text Example

White with #44305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44305A; }

 p { color: rgb(68,48,90); }

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

background-color css

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

 a { background-color: rgb(68,48,90); }

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

border-color css

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

 span { border-color: rgb(68,48,90); }

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