#43365D

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

Shades of Jacarta #43365D

Tints of Jacarta #43365D

Color information

#43365D (or 0x43365D) is unknown color: approx Jacarta. HEX triplet: 43, 36 and 5D. RGB value is (67,54,93). Sum of RGB (Red+Green+Blue) = 67+54+93=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #43365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43365D is #BCC9A2. Grayscale: #3E3E3E. Windows color (decimal): -12372387 or 6108739. OLE color: 6108739.

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

Color convert

RGB675493-
CMYK0.280.4200.64
HSL260º26.53%28.82%-
HSV(B)260º41.94%36.47%-
XYZ5.614.6210.95-
YUV62.33145.31131.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=31.31%
G=25.23%
B=43.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6754930.280.4200.6426026.5328.82
Hex43365D1C2A0401041b1d
Octal10366135345201004043335
Binary1000011110110101110111100101010010000001000001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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