#43345B

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

Shades of Jacarta #43345B

Tints of Jacarta #43345B

Color information

#43345B (or 0x43345B) is unknown color: approx Jacarta. HEX triplet: 43, 34 and 5B. RGB value is (67,52,91). Sum of RGB (Red+Green+Blue) = 67+52+91=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #43345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43345B is #BCCBA4. Grayscale: #3C3C3C. Windows color (decimal): -12372901 or 5977155. OLE color: 5977155.

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

Color convert

RGB675291-
CMYK0.260.4300.64
HSL263.08º27.27%28.04%-
HSV(B)263.08º42.86%35.69%-
XYZ5.434.410.46-
YUV60.93144.97132.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=31.90%
G=24.76%
B=43.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6752910.260.4300.64263.0827.2728.04
Hex43345B1A2B0401071b1c
Octal10364133325301004073334
Binary1000011110100101101111010101011010000001000001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43345B; }

 p { color: rgb(67,52,91); }

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

<style>
 a { background-color: #43345B; }

 a { background-color: rgb(67,52,91); }

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

<style>
 span { border-color: #43345B; }

 span { border-color: rgb(67,52,91); }

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