#42355B

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

Shades of Jacarta #42355B

Tints of Jacarta #42355B

Color information

#42355B (or 0x42355B) is unknown color: approx Jacarta. HEX triplet: 42, 35 and 5B. RGB value is (66,53,91). Sum of RGB (Red+Green+Blue) = 66+53+91=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #42355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42355B is #BDCAA4. Grayscale: #3D3D3D. Windows color (decimal): -12438181 or 5977410. OLE color: 5977410.

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

Color convert

RGB665391-
CMYK0.270.4200.64
HSL260.53º26.39%28.24%-
HSV(B)260.53º41.76%35.69%-
XYZ5.414.4610.47-
YUV61.22144.81131.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=31.43%
G=25.24%
B=43.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6653910.270.4200.64260.5326.3928.24
Hex42355B1B2A0401051a1c
Octal10265133335201004053234
Binary1000010110101101101111011101010010000001000001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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