#3B3458

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

Shades of Jacarta #3B3458

Tints of Jacarta #3B3458

Color information

#3B3458 (or 0x3B3458) is unknown color: approx Jacarta. HEX triplet: 3B, 34 and 58. RGB value is (59,52,88). Sum of RGB (Red+Green+Blue) = 59+52+88=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B3458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3458 is #C4CBA7. Grayscale: #3A3A3A. Windows color (decimal): -12897192 or 5780539. OLE color: 5780539.

HSL color Cylindrical-coordinate representation of color #3B3458: hue angle of 251.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B3458 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB595288-
CMYK0.330.4100.65
HSL251.67º25.71%27.45%-
HSV(B)251.67º40.91%34.51%-
XYZ4.794.099.77-
YUV58.2144.82128.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.65%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=29.65%
G=26.13%
B=44.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5952880.330.4100.65251.6725.7127.45
Hex3B34582129041fc1a1b
Octal7364130415101013743233
Binary111011110100101100010000110100101000001111111001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,52,88); }

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

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

 a { background-color: rgb(59,52,88); }

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

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

 span { border-color: rgb(59,52,88); }

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