#43375A

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

Shades of Jacarta #43375A

Tints of Jacarta #43375A

Color information

#43375A (or 0x43375A) is unknown color: approx Jacarta. HEX triplet: 43, 37 and 5A. RGB value is (67,55,90). Sum of RGB (Red+Green+Blue) = 67+55+90=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #43375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43375A is #BCC8A5. Grayscale: #3E3E3E. Windows color (decimal): -12372134 or 5912387. OLE color: 5912387.

HSL color Cylindrical-coordinate representation of color #43375A: hue angle of 260.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #43375A is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB675590-
CMYK0.260.3900.65
HSL260.57º24.14%28.43%-
HSV(B)260.57º38.89%35.29%-
XYZ5.534.6610.28-
YUV62.58143.48131.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=31.60%
G=25.94%
B=42.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6755900.260.3900.65260.5724.1428.43
Hex43375A1A27041105181c
Octal10367132324701014053034
Binary1000011110111101101011010100111010000011000001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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