#3D305C

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

Shades of Jacarta #3D305C

Tints of Jacarta #3D305C

Color information

#3D305C (or 0x3D305C) is unknown color: approx Jacarta. HEX triplet: 3D, 30 and 5C. RGB value is (61,48,92). Sum of RGB (Red+Green+Blue) = 61+48+92=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #3D305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D305C is #C2CFA3. Grayscale: #383838. Windows color (decimal): -12767140 or 6041661. OLE color: 6041661.

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

Color convert

RGB614892-
CMYK0.340.4800.64
HSL257.73º31.43%27.45%-
HSV(B)257.73º47.83%36.08%-
XYZ4.913.8810.61-
YUV56.9147.81130.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.35%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=30.35%
G=23.88%
B=45.77%

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
Decimal6148920.340.4800.64257.7331.4327.45
Hex3D305C22300401021f1b
Octal7560134426001004023733
Binary1111011100001011100100010110000010000001000000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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