#3D345B

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

Shades of Jacarta #3D345B

Tints of Jacarta #3D345B

Color information

#3D345B (or 0x3D345B) is unknown color: approx Jacarta. HEX triplet: 3D, 34 and 5B. RGB value is (61,52,91). Sum of RGB (Red+Green+Blue) = 61+52+91=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D345B is #C2CBA4. Grayscale: #3A3A3A. Windows color (decimal): -12766117 or 5977149. OLE color: 5977149.

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

Color convert

RGB615291-
CMYK0.330.4300.64
HSL253.85º27.27%28.04%-
HSV(B)253.85º42.86%35.69%-
XYZ5.044.210.44-
YUV59.14145.98129.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=29.90%
G=25.49%
B=44.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6152910.330.4300.64253.8527.2728.04
Hex3D345B212B040fe1b1c
Octal7564133415301003763334
Binary111101110100101101110000110101101000000111111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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