#3D305D

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

Shades of Jacarta #3D305D

Tints of Jacarta #3D305D

Color information

#3D305D (or 0x3D305D) is unknown color: approx Jacarta. HEX triplet: 3D, 30 and 5D. RGB value is (61,48,93). Sum of RGB (Red+Green+Blue) = 61+48+93=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D305D is #C2CFA2. Grayscale: #383838. Windows color (decimal): -12767139 or 6107197. OLE color: 6107197.

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

Color convert

RGB614893-
CMYK0.340.4800.64
HSL257.33º31.91%27.65%-
HSV(B)257.33º48.39%36.47%-
XYZ4.963.910.85-
YUV57.02148.31130.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.20%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=30.20%
G=23.76%
B=46.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6148930.340.4800.64257.3331.9127.65
Hex3D305D2230040101201c
Octal7560135426001004014034
Binary11110111000010111011000101100000100000010000000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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