Html Css Color HEX #3D3660 Jacarta

📋 copy color: '#3D3660'

red 61 ◦ green 54 ◦ blue 96

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

Shades of Jacarta #3D3660

Tints of Jacarta #3D3660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.59%

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

R = 28.91%
G = 25.59%
B = 45.5%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3D3660 (or 0x3D3660) is known color: Jacarta. HEX triplet: 3D, 36 and 60. RGB value is (61,54,96). Sum of RGB (Red+Green+Blue) = 61+54+96=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D3660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3660 is #C2C99F. Grayscale: #3C3C3C. Windows color (decimal): -12765600 or 6305341. OLE color: 6305341.

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

Color convert

RGB 61 54 96 -
CMYK 0.36 0.44 0 0.62
HSL 250º 0.28% 0.29% -
HSV(B) 250º 0.44% 0.38% -
XYZ 5.35 4.47 11.65 -
YUV 60.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 61 54 96 0.36 0.44 0 0.62 250 0.28 0.29
Hex 3D 36 60 24 2C 0 3E FA 1C 1D
Octal 75 66 140 44 54 0 76 372 34 35
Binary 111101 110110 1100000 100100 101100 0 111110 11111010 11100 11101

Color Harmonies of #3D3660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3660

Black with #3D3660

Text Example


Text Example

White with #3D3660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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