#3D3461

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

Shades of Jacarta #3D3461

Tints of Jacarta #3D3461

Color information

#3D3461 (or 0x3D3461) is unknown color: approx Jacarta. HEX triplet: 3D, 34 and 61. RGB value is (61,52,97). Sum of RGB (Red+Green+Blue) = 61+52+97=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D3461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3461 is #C2CB9E. Grayscale: #3B3B3B. Windows color (decimal): -12766111 or 6370365. OLE color: 6370365.

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

Color convert

RGB615297-
CMYK0.370.4600.62
HSL252º30.2%29.22%-
HSV(B)252º46.39%38.04%-
XYZ5.314.3111.86-
YUV59.82148.98128.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.05%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=29.05%
G=24.76%
B=46.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6152970.370.4600.6225230.229.22
Hex3D3461252E03Efc1e1d
Octal756414145560763743635
Binary11110111010011000011001011011100111110111111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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