#42365A

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

Shades of Jacarta #42365A

Tints of Jacarta #42365A

Color information

#42365A (or 0x42365A) is unknown color: approx Jacarta. HEX triplet: 42, 36 and 5A. RGB value is (66,54,90). Sum of RGB (Red+Green+Blue) = 66+54+90=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #42365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42365A is #BDC9A5. Grayscale: #3D3D3D. Windows color (decimal): -12437926 or 5912130. OLE color: 5912130.

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

Color convert

RGB665490-
CMYK0.270.4000.65
HSL260º25%28.24%-
HSV(B)260º40%35.29%-
XYZ5.414.5310.26-
YUV61.69143.98131.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=31.43%
G=25.71%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6654900.270.4000.652602528.24
Hex42365A1B28041104191c
Octal10266132335001014043134
Binary1000010110110101101011011101000010000011000001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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