#423760

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

Shades of Jacarta #423760

Tints of Jacarta #423760

Color information

#423760 (or 0x423760) is unknown color: approx Jacarta. HEX triplet: 42, 37 and 60. RGB value is (66,55,96). Sum of RGB (Red+Green+Blue) = 66+55+96=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #423760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423760 is #BDC89F. Grayscale: #3E3E3E. Windows color (decimal): -12437664 or 6305602. OLE color: 6305602.

HSL color Cylindrical-coordinate representation of color #423760: hue angle of 256.1º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #423760 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB665596-
CMYK0.310.4300.62
HSL256.1º27.15%29.61%-
HSV(B)256.1º42.71%37.65%-
XYZ5.724.7411.68-
YUV62.96146.64130.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=30.41%
G=25.35%
B=44.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6655960.310.4300.62256.127.1529.61
Hex4237601F2B03E1001b1e
Octal1026714037530764003336
Binary100001011011111000001111110101101111101000000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423760; }

 p { color: rgb(66,55,96); }

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

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

 a { background-color: rgb(66,55,96); }

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

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

 span { border-color: rgb(66,55,96); }

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