Html Css Color HEX #3D3560 Jacarta

📋 copy color: '#3D3560'

red 61 ◦ green 53 ◦ blue 96

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

Shades of Jacarta #3D3560

Tints of Jacarta #3D3560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.24%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 29.05%
G = 25.24%
B = 45.71%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3D3560 (or 0x3D3560) is known color: Jacarta. HEX triplet: 3D, 35 and 60. RGB value is (61,53,96). Sum of RGB (Red+Green+Blue) = 61+53+96=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D3560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3560 is #C2CA9F. Grayscale: #3C3C3C. Windows color (decimal): -12765856 or 6305085. OLE color: 6305085.

HSL color Cylindrical-coordinate representation of color #3D3560: hue angle of 251.16º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D3560 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 53 96 -
CMYK 0.36 0.45 0 0.62
HSL 251.16º 0.29% 0.29% -
HSV(B) 251.16º 0.45% 0.38% -
XYZ 5.31 4.38 11.63 -
YUV 60.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 61 53 96 0.36 0.45 0 0.62 251.16 0.29 0.29
Hex 3D 35 60 24 2D 0 3E FB 1D 1D
Octal 75 65 140 44 55 0 76 373 35 35
Binary 111101 110101 1100000 100100 101101 0 111110 11111011 11101 11101

Color Harmonies of #3D3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3560

Black with #3D3560

Text Example


Text Example

White with #3D3560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,53,96); }

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

background-color css

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

 a { background-color: rgb(61,53,96); }

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

border-color css

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

 span { border-color: rgb(61,53,96); }

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