Html Css Color HEX #443057 Jagger

📋 copy color: '#443057'

red 68 ◦ green 48 ◦ blue 87

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

Shades of Jagger #443057

Tints of Jagger #443057

RGB

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

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

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

R = 33.5%
G = 23.65%
B = 42.86%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#443057 (or 0x443057) is known color: Jagger. HEX triplet: 44, 30 and 57. RGB value is (68,48,87). Sum of RGB (Red+Green+Blue) = 68+48+87=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #443057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443057 is #BBCFA8. Grayscale: #3A3A3A. Windows color (decimal): -12308393 or 5713988. OLE color: 5713988.

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

Color convert

RGB 68 48 87 -
CMYK 0.22 0.45 0 0.66
HSL 270.77º 0.29% 0.26% -
HSV(B) 270.77º 0.45% 0.34% -
XYZ 5.16 4.03 9.52 -
YUV 58.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 68 48 87 0.22 0.45 0 0.66 270.77 0.29 0.26
Hex 44 30 57 16 2D 0 42 10F 1D 1A
Octal 104 60 127 26 55 0 102 417 35 32
Binary 1000100 110000 1010111 10110 101101 0 1000010 100001111 11101 11010

Color Harmonies of #443057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443057

Black with #443057

Text Example


Text Example

White with #443057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443057; }

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

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

background-color css

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

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

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

border-color css

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

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

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