#423557

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

Shades of Jacarta #423557

Tints of Jacarta #423557

Color information

#423557 (or 0x423557) is unknown color: approx Jacarta. HEX triplet: 42, 35 and 57. RGB value is (66,53,87). Sum of RGB (Red+Green+Blue) = 66+53+87=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #423557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423557 is #BDCAA8. Grayscale: #3C3C3C. Windows color (decimal): -12438185 or 5715266. OLE color: 5715266.

HSL color Cylindrical-coordinate representation of color #423557: hue angle of 262.94º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #423557 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB665387-
CMYK0.240.3900.66
HSL262.94º24.29%27.45%-
HSV(B)262.94º39.08%34.12%-
XYZ5.244.399.59-
YUV60.76142.81131.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=32.04%
G=25.73%
B=42.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6653870.240.3900.66262.9424.2927.45
Hex4235571827042107181b
Octal10265127304701024073033
Binary1000010110101101011111000100111010000101000001111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423557; }

 p { color: rgb(66,53,87); }

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

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

 a { background-color: rgb(66,53,87); }

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

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

 span { border-color: rgb(66,53,87); }

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