#423660

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

Shades of Jacarta #423660

Tints of Jacarta #423660

Color information

#423660 (or 0x423660) is unknown color: approx Jacarta. HEX triplet: 42, 36 and 60. RGB value is (66,54,96). Sum of RGB (Red+Green+Blue) = 66+54+96=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #423660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423660 is #BDC99F. Grayscale: #3E3E3E. Windows color (decimal): -12437920 or 6305346. OLE color: 6305346.

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

Color convert

RGB665496-
CMYK0.310.4400.62
HSL257.14º28%29.41%-
HSV(B)257.14º43.75%37.65%-
XYZ5.684.6411.66-
YUV62.38146.98130.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=30.56%
G=25%
B=44.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6654960.310.4400.62257.142829.41
Hex4236601F2C03E1011c1d
Octal1026614037540764013435
Binary100001011011011000001111110110001111101000000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423660; }

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

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

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

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

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

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

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

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