#3B335A

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

Shades of Jacarta #3B335A

Tints of Jacarta #3B335A

Color information

#3B335A (or 0x3B335A) is unknown color: approx Jacarta. HEX triplet: 3B, 33 and 5A. RGB value is (59,51,90). Sum of RGB (Red+Green+Blue) = 59+51+90=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B335A is #C4CCA5. Grayscale: #393939. Windows color (decimal): -12897446 or 5911355. OLE color: 5911355.

HSL color Cylindrical-coordinate representation of color #3B335A: hue angle of 252.31º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B335A is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB595190-
CMYK0.340.4300.65
HSL252.31º27.66%27.65%-
HSV(B)252.31º43.33%35.29%-
XYZ4.834.0410.2-
YUV57.84146.15128.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.5%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=29.5%
G=25.5%
B=45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5951900.340.4300.65252.3127.6627.65
Hex3B335A222B041fc1c1c
Octal7363132425301013743434
Binary111011110011101101010001010101101000001111111001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,51,90); }

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

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

 a { background-color: rgb(59,51,90); }

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

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

 span { border-color: rgb(59,51,90); }

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