#3D345D

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

Shades of Jacarta #3D345D

Tints of Jacarta #3D345D

Color information

#3D345D (or 0x3D345D) is unknown color: approx Jacarta. HEX triplet: 3D, 34 and 5D. RGB value is (61,52,93). Sum of RGB (Red+Green+Blue) = 61+52+93=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D345D is #C2CBA2. Grayscale: #3B3B3B. Windows color (decimal): -12766115 or 6108221. OLE color: 6108221.

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

Color convert

RGB615293-
CMYK0.340.4400.64
HSL253.17º28.28%28.43%-
HSV(B)253.17º44.09%36.47%-
XYZ5.134.2410.9-
YUV59.36146.98129.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.61%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=29.61%
G=25.24%
B=45.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6152930.340.4400.64253.1728.2828.43
Hex3D345D222C040fd1c1c
Octal7564135425401003753434
Binary111101110100101110110001010110001000000111111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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