#43375D

Color #43375D Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #43375D

Tints of Jacarta #43375D

Color information

#43375D (or 0x43375D) is unknown color: approx Jacarta. HEX triplet: 43, 37 and 5D. RGB value is (67,55,93). Sum of RGB (Red+Green+Blue) = 67+55+93=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #43375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43375D is #BCC8A2. Grayscale: #3E3E3E. Windows color (decimal): -12372131 or 6108995. OLE color: 6108995.

HSL color Cylindrical-coordinate representation of color #43375D: hue angle of 258.95º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #43375D is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB675593-
CMYK0.280.4100.64
HSL258.95º25.68%29.02%-
HSV(B)258.95º40.86%36.47%-
XYZ5.664.7210.97-
YUV62.92144.98130.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=31.16%
G=25.58%
B=43.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6755930.280.4100.64258.9525.6829.02
Hex43375D1C290401031a1d
Octal10367135345101004033235
Binary1000011110111101110111100101001010000001000000111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43375D; }

 p { color: rgb(67,55,93); }

 H1.HeaderClassName
 {
   color: #43375D;
 }
 .AnyTagClassName
 {
   color: #43375D;
 }
</style>
background-color css

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

 a { background-color: rgb(67,55,93); }

 div.DivClassName
 {
   background-color: #43375D;
 }
 .BgClassName
 {
   background-color: #43375D;
 }
</style>
border-color css

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

 span { border-color: rgb(67,55,93); }

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