#423458

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

Shades of Jacarta #423458

Tints of Jacarta #423458

Color information

#423458 (or 0x423458) is unknown color: approx Jacarta. HEX triplet: 42, 34 and 58. RGB value is (66,52,88). Sum of RGB (Red+Green+Blue) = 66+52+88=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #423458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423458 is #BDCBA7. Grayscale: #3C3C3C. Windows color (decimal): -12438440 or 5780546. OLE color: 5780546.

HSL color Cylindrical-coordinate representation of color #423458: hue angle of 263.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #423458 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB665288-
CMYK0.250.4100.65
HSL263.33º25.71%27.45%-
HSV(B)263.33º40.91%34.51%-
XYZ5.244.329.79-
YUV60.29143.64132.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=32.04%
G=25.24%
B=42.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6652880.250.4100.65263.3325.7127.45
Hex42345819290411071a1b
Octal10264130315101014073233
Binary1000010110100101100011001101001010000011000001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423458; }

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

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

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

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

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

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

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

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