#3d3360

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

Shades of Jacarta #3D3360

Tints of Jacarta #3D3360

Color information

#3D3360 (or 0x3D3360) is unknown color: approx Jacarta. HEX triplet: 3D, 33 and 60. RGB value is (61,51,96). Sum of RGB (Red+Green+Blue) = 61+51+96=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D3360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3360 is #C2CC9F. Grayscale: #3A3A3A. Windows color (decimal): -12766368 or 6304573. OLE color: 6304573.

HSL color Cylindrical-coordinate representation of color #3D3360: hue angle of 253.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D3360 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB615196-
CMYK0.360.4700.62
HSL253.33º30.61%28.82%-
HSV(B)253.33º46.88%37.65%-
XYZ5.224.211.6-
YUV59.12148.81129.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=29.33%
G=24.52%
B=46.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6151960.360.4700.62253.3330.6128.82
Hex3D3360242F03Efd1f1d
Octal756314044570763753735
Binary11110111001111000001001001011110111110111111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d3360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,51,96); }

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

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

 a { background-color: rgb(61,51,96); }

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

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

 span { border-color: rgb(61,51,96); }

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