#43375E

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

Shades of Jacarta #43375E

Tints of Jacarta #43375E

Color information

#43375E (or 0x43375E) is unknown color: approx Jacarta. HEX triplet: 43, 37 and 5E. RGB value is (67,55,94). Sum of RGB (Red+Green+Blue) = 67+55+94=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 94 - color contains mainly: blue. Hex color #43375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43375E is #BCC8A1. Grayscale: #3E3E3E. Windows color (decimal): -12372130 or 6174531. OLE color: 6174531.

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

Color convert

RGB675594-
CMYK0.290.4100.63
HSL258.46º26.17%29.22%-
HSV(B)258.46º41.49%36.86%-
XYZ5.74.7311.2-
YUV63.03145.48130.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=31.02%
G=25.46%
B=43.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6755940.290.4100.63258.4626.1729.22
Hex43375E1D2903F1021a1d
Octal1036713635510774023235
Binary100001111011110111101110110100101111111000000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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