Html Css Color HEX #3D3059 Jacarta

📋 copy color: '#3D3059'

red 61 ◦ green 48 ◦ blue 89

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

Shades of Jacarta #3D3059

Tints of Jacarta #3D3059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.24%

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

R = 30.81%
G = 24.24%
B = 44.95%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D3059 (or 0x3D3059) is known color: Jacarta. HEX triplet: 3D, 30 and 59. RGB value is (61,48,89). Sum of RGB (Red+Green+Blue) = 61+48+89=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D3059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3059 is #C2CFA6. Grayscale: #383838. Windows color (decimal): -12767143 or 5845053. OLE color: 5845053.

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

Color convert

RGB 61 48 89 -
CMYK 0.31 0.46 0 0.65
HSL 259.02º 0.3% 0.27% -
HSV(B) 259.02º 0.46% 0.35% -
XYZ 4.78 3.83 9.94 -
YUV 56.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 61 48 89 0.31 0.46 0 0.65 259.02 0.3 0.27
Hex 3D 30 59 1F 2E 0 41 103 1E 1B
Octal 75 60 131 37 56 0 101 403 36 33
Binary 111101 110000 1011001 11111 101110 0 1000001 100000011 11110 11011

Color Harmonies of #3D3059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3059

Black with #3D3059

Text Example


Text Example

White with #3D3059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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