Html Css Color HEX #443263 Jacarta

📋 copy color: '#443263'

red 68 ◦ green 50 ◦ blue 99

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

Shades of Jacarta #443263

Tints of Jacarta #443263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.62%

R = 31.34%
G = 23.04%
B = 45.62%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#443263 (or 0x443263) is known color: Jacarta. HEX triplet: 44, 32 and 63. RGB value is (68,50,99). Sum of RGB (Red+Green+Blue) = 68+50+99=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #443263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443263 is #BBCD9C. Grayscale: #3C3C3C. Windows color (decimal): -12307869 or 6500932. OLE color: 6500932.

HSL color Cylindrical-coordinate representation of color #443263: hue angle of 262.04º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #443263 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 50 99 -
CMYK 0.31 0.49 0 0.61
HSL 262.04º 0.33% 0.29% -
HSV(B) 262.04º 0.49% 0.39% -
XYZ 5.78 4.41 12.35 -
YUV 60.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 68 50 99 0.31 0.49 0 0.61 262.04 0.33 0.29
Hex 44 32 63 1F 31 0 3D 106 21 1D
Octal 104 62 143 37 61 0 75 406 41 35
Binary 1000100 110010 1100011 11111 110001 0 111101 100000110 100001 11101

Color Harmonies of #443263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443263

Black with #443263

Text Example


Text Example

White with #443263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443263; }

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

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

background-color css

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

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

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

border-color css

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

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

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