#42355A

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

Shades of Jacarta #42355A

Tints of Jacarta #42355A

Color information

#42355A (or 0x42355A) is unknown color: approx Jacarta. HEX triplet: 42, 35 and 5A. RGB value is (66,53,90). Sum of RGB (Red+Green+Blue) = 66+53+90=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #42355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42355A is #BDCAA5. Grayscale: #3C3C3C. Windows color (decimal): -12438182 or 5911874. OLE color: 5911874.

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

Color convert

RGB665390-
CMYK0.270.4100.65
HSL261.08º25.87%28.04%-
HSV(B)261.08º41.11%35.29%-
XYZ5.374.4410.25-
YUV61.1144.31131.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=31.58%
G=25.36%
B=43.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6653900.270.4100.65261.0825.8728.04
Hex42355A1B290411051a1c
Octal10265132335101014053234
Binary1000010110101101101011011101001010000011000001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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