Html Css Color HEX #3D3359 Jacarta

📋 copy color: '#3D3359'

red 61 ◦ green 51 ◦ blue 89

#3D3359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacarta #3D3359

Tints of Jacarta #3D3359

RGB

 RED value IS 61 (24.22% from 255) = 30.35%

 GREEN value IS 51 (20.31% from 255) = 25.37%

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 30.35%
G = 25.37%
B = 44.28%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D3359 (or 0x3D3359) is known color: Jacarta. HEX triplet: 3D, 33 and 59. RGB value is (61,51,89). Sum of RGB (Red+Green+Blue) = 61+51+89=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D3359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3359 is #C2CCA6. Grayscale: #3A3A3A. Windows color (decimal): -12766375 or 5845821. OLE color: 5845821.

HSL color Cylindrical-coordinate representation of color #3D3359: hue angle of 255.79º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D3359 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 51 89 -
CMYK 0.31 0.43 0 0.65
HSL 255.79º 0.27% 0.27% -
HSV(B) 255.79º 0.43% 0.35% -
XYZ 4.91 4.08 9.98 -
YUV 58.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 61 51 89 0.31 0.43 0 0.65 255.79 0.27 0.27
Hex 3D 33 59 1F 2B 0 41 100 1B 1B
Octal 75 63 131 37 53 0 101 400 33 33
Binary 111101 110011 1011001 11111 101011 0 1000001 100000000 11011 11011

Color Harmonies of #3D3359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3359

Black with #3D3359

Text Example


Text Example

White with #3D3359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,51,89); }

 H1.HeaderClassName
 {
   color: #3D3359;
 }
 .AnyTagClassName
 {
   color: #3D3359;
 }
</style>

background-color css

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

 a { background-color: rgb(61,51,89); }

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

border-color css

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

 span { border-color: rgb(61,51,89); }

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