#3A3658

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

Shades of Jacarta #3A3658

Tints of Jacarta #3A3658

Color information

#3A3658 (or 0x3A3658) is unknown color: approx Jacarta. HEX triplet: 3A, 36 and 58. RGB value is (58,54,88). Sum of RGB (Red+Green+Blue) = 58+54+88=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A3658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3658 is #C5C9A7. Grayscale: #3A3A3A. Windows color (decimal): -12962216 or 5781050. OLE color: 5781050.

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

Color convert

RGB585488-
CMYK0.340.3900.65
HSL247.06º23.94%27.84%-
HSV(B)247.06º38.64%34.51%-
XYZ4.834.249.8-
YUV59.07144.33127.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 88 (34.77% from 255) = 44%
R=29%
G=27%
B=44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5854880.340.3900.65247.0623.9427.84
Hex3A36582227041f7181c
Octal7266130424701013673034
Binary111010110110101100010001010011101000001111101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,54,88); }

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

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

 a { background-color: rgb(58,54,88); }

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

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

 span { border-color: rgb(58,54,88); }

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