#42375A

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

Shades of Jacarta #42375A

Tints of Jacarta #42375A

Color information

#42375A (or 0x42375A) is unknown color: approx Jacarta. HEX triplet: 42, 37 and 5A. RGB value is (66,55,90). Sum of RGB (Red+Green+Blue) = 66+55+90=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #42375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42375A is #BDC8A5. Grayscale: #3E3E3E. Windows color (decimal): -12437670 or 5912386. OLE color: 5912386.

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

Color convert

RGB665590-
CMYK0.270.3900.65
HSL258.86º24.14%28.43%-
HSV(B)258.86º38.89%35.29%-
XYZ5.464.6310.28-
YUV62.28143.64130.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=31.28%
G=26.07%
B=42.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6655900.270.3900.65258.8624.1428.43
Hex42375A1B27041103181c
Octal10267132334701014033034
Binary1000010110111101101011011100111010000011000000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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