#42345A

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

Shades of Jacarta #42345A

Tints of Jacarta #42345A

Color information

#42345A (or 0x42345A) is unknown color: approx Jacarta. HEX triplet: 42, 34 and 5A. RGB value is (66,52,90). Sum of RGB (Red+Green+Blue) = 66+52+90=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #42345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42345A is #BDCBA5. Grayscale: #3C3C3C. Windows color (decimal): -12438438 or 5911618. OLE color: 5911618.

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

Color convert

RGB665290-
CMYK0.270.4200.65
HSL262.11º26.76%27.84%-
HSV(B)262.11º42.22%35.29%-
XYZ5.324.3510.23-
YUV60.52144.64131.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=31.73%
G=25%
B=43.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6652900.270.4200.65262.1126.7627.84
Hex42345A1B2A0411061b1c
Octal10264132335201014063334
Binary1000010110100101101011011101010010000011000001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42345A; }

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

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

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

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

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

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

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

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