Html Css Color HEX #443D5A Jacarta

📋 copy color: '#443D5A'

red 68 ◦ green 61 ◦ blue 90

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

Shades of Jacarta #443D5A

Tints of Jacarta #443D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.85%

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

R = 31.05%
G = 27.85%
B = 41.1%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#443D5A (or 0x443D5A) is known color: Jacarta. HEX triplet: 44, 3D and 5A. RGB value is (68,61,90). Sum of RGB (Red+Green+Blue) = 68+61+90=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #443D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443D5A is #BBC2A5. Grayscale: #424242. Windows color (decimal): -12305062 or 5913924. OLE color: 5913924.

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

Color convert

RGB 68 61 90 -
CMYK 0.24 0.32 0 0.65
HSL 254.48º 0.19% 0.3% -
HSV(B) 254.48º 0.32% 0.35% -
XYZ 5.9 5.3 10.39 -
YUV 66.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 68 61 90 0.24 0.32 0 0.65 254.48 0.19 0.3
Hex 44 3D 5A 18 20 0 41 FE 13 1E
Octal 104 75 132 30 40 0 101 376 23 36
Binary 1000100 111101 1011010 11000 100000 0 1000001 11111110 10011 11110

Color Harmonies of #443D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443D5A

Black with #443D5A

Text Example


Text Example

White with #443D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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