#423457

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

Shades of Jacarta #423457

Tints of Jacarta #423457

Color information

#423457 (or 0x423457) is unknown color: approx Jacarta. HEX triplet: 42, 34 and 57. RGB value is (66,52,87). Sum of RGB (Red+Green+Blue) = 66+52+87=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #423457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423457 is #BDCBA8. Grayscale: #3C3C3C. Windows color (decimal): -12438441 or 5715010. OLE color: 5715010.

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

Color convert

RGB665287-
CMYK0.240.4000.66
HSL264º25.18%27.25%-
HSV(B)264º40.23%34.12%-
XYZ5.24.39.57-
YUV60.18143.14132.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=32.20%
G=25.37%
B=42.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6652870.240.4000.6626425.1827.25
Hex4234571828042108191b
Octal10264127305001024103133
Binary1000010110100101011111000101000010000101000010001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423457; }

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

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

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

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

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

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

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

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