#3A375A

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

Shades of Jacarta #3A375A

Tints of Jacarta #3A375A

Color information

#3A375A (or 0x3A375A) is unknown color: approx Jacarta. HEX triplet: 3A, 37 and 5A. RGB value is (58,55,90). Sum of RGB (Red+Green+Blue) = 58+55+90=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A375A is #C5C8A5. Grayscale: #3B3B3B. Windows color (decimal): -12961958 or 5912378. OLE color: 5912378.

HSL color Cylindrical-coordinate representation of color #3A375A: hue angle of 245.14º 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 #3A375A is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB585590-
CMYK0.360.3900.65
HSL245.14º24.14%28.43%-
HSV(B)245.14º38.89%35.29%-
XYZ4.964.3710.26-
YUV59.89144.99126.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=28.57%
G=27.09%
B=44.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5855900.360.3900.65245.1424.1428.43
Hex3A375A2427041f5181c
Octal7267132444701013653034
Binary111010110111101101010010010011101000001111101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A375A; }

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

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

<style>
 a { background-color: #3A375A; }

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

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

<style>
 span { border-color: #3A375A; }

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

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