#423957

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

Shades of Jacarta #423957

Tints of Jacarta #423957

Color information

#423957 (or 0x423957) is unknown color: approx Jacarta. HEX triplet: 42, 39 and 57. RGB value is (66,57,87). Sum of RGB (Red+Green+Blue) = 66+57+87=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #423957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423957 is #BDC6A8. Grayscale: #3E3E3E. Windows color (decimal): -12437161 or 5716290. OLE color: 5716290.

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

Color convert

RGB665787-
CMYK0.240.3400.66
HSL258º20.83%28.24%-
HSV(B)258º34.48%34.12%-
XYZ5.434.779.65-
YUV63.11141.48130.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 87 (34.38% from 255) = 41.43%
R=31.43%
G=27.14%
B=41.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6657870.240.3400.6625820.8328.24
Hex4239571822042102151c
Octal10271127304201024022534
Binary1000010111001101011111000100010010000101000000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423957; }

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

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

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

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

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

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

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

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