Html Css Color HEX #3D3261 Jacarta

📋 copy color: '#3D3261'

red 61 ◦ green 50 ◦ blue 97

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

Shades of Jacarta #3D3261

Tints of Jacarta #3D3261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

 BLUE value IS 97 (38.28% from 255) = 46.63%

R = 29.33%
G = 24.04%
B = 46.63%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3D3261 (or 0x3D3261) is known color: Jacarta. HEX triplet: 3D, 32 and 61. RGB value is (61,50,97). Sum of RGB (Red+Green+Blue) = 61+50+97=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D3261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3261 is #C2CD9E. Grayscale: #3A3A3A. Windows color (decimal): -12766623 or 6369853. OLE color: 6369853.

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

Color convert

RGB 61 50 97 -
CMYK 0.37 0.48 0 0.62
HSL 254.04º 0.32% 0.29% -
HSV(B) 254.04º 0.48% 0.38% -
XYZ 5.22 4.14 11.83 -
YUV 58.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 61 50 97 0.37 0.48 0 0.62 254.04 0.32 0.29
Hex 3D 32 61 25 30 0 3E FE 20 1D
Octal 75 62 141 45 60 0 76 376 40 35
Binary 111101 110010 1100001 100101 110000 0 111110 11111110 100000 11101

Color Harmonies of #3D3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3261

Black with #3D3261

Text Example


Text Example

White with #3D3261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,50,97); }

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

background-color css

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

 a { background-color: rgb(61,50,97); }

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

border-color css

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

 span { border-color: rgb(61,50,97); }

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