Html Css Color HEX #443262 Jacarta

📋 copy color: '#443262'

red 68 ◦ green 50 ◦ blue 98

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

Shades of Jacarta #443262

Tints of Jacarta #443262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.37%

R = 31.48%
G = 23.15%
B = 45.37%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#443262 (or 0x443262) is known color: Jacarta. HEX triplet: 44, 32 and 62. RGB value is (68,50,98). Sum of RGB (Red+Green+Blue) = 68+50+98=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #443262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443262 is #BBCD9D. Grayscale: #3C3C3C. Windows color (decimal): -12307870 or 6435396. OLE color: 6435396.

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

Color convert

RGB 68 50 98 -
CMYK 0.31 0.49 0 0.62
HSL 262.5º 0.32% 0.29% -
HSV(B) 262.5º 0.49% 0.38% -
XYZ 5.73 4.39 12.1 -
YUV 60.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 68 50 98 0.31 0.49 0 0.62 262.5 0.32 0.29
Hex 44 32 62 1F 31 0 3E 106 20 1D
Octal 104 62 142 37 61 0 76 406 40 35
Binary 1000100 110010 1100010 11111 110001 0 111110 100000110 100000 11101

Color Harmonies of #443262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443262

Black with #443262

Text Example


Text Example

White with #443262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443262; }

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

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

background-color css

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

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

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

border-color css

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

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

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