#3D3458

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

Shades of Jacarta #3D3458

Tints of Jacarta #3D3458

Color information

#3D3458 (or 0x3D3458) is unknown color: approx Jacarta. HEX triplet: 3D, 34 and 58. RGB value is (61,52,88). Sum of RGB (Red+Green+Blue) = 61+52+88=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D3458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3458 is #C2CBA7. Grayscale: #3A3A3A. Windows color (decimal): -12766120 or 5780541. OLE color: 5780541.

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

Color convert

RGB615288-
CMYK0.310.4100.65
HSL255º25.71%27.45%-
HSV(B)255º40.91%34.51%-
XYZ4.914.159.78-
YUV58.8144.48129.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.35%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=30.35%
G=25.87%
B=43.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6152880.310.4100.6525525.7127.45
Hex3D34581F29041ff1a1b
Octal7564130375101013773233
Binary11110111010010110001111110100101000001111111111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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