#43365F

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

Shades of Jacarta #43365F

Tints of Jacarta #43365F

Color information

#43365F (or 0x43365F) is unknown color: approx Jacarta. HEX triplet: 43, 36 and 5F. RGB value is (67,54,95). Sum of RGB (Red+Green+Blue) = 67+54+95=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #43365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43365F is #BCC9A0. Grayscale: #3E3E3E. Windows color (decimal): -12372385 or 6239811. OLE color: 6239811.

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

Color convert

RGB675495-
CMYK0.290.4300.63
HSL259.02º27.52%29.22%-
HSV(B)259.02º43.16%37.25%-
XYZ5.74.6611.43-
YUV62.56146.31131.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=31.02%
G=25%
B=43.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6754950.290.4300.63259.0227.5229.22
Hex43365F1D2B03F1031c1d
Octal1036613735530774033435
Binary100001111011010111111110110101101111111000000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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