Html Css Color HEX #3D3653 Jacarta

📋 copy color: '#3D3653'

red 61 ◦ green 54 ◦ blue 83

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

Shades of Jacarta #3D3653

Tints of Jacarta #3D3653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 30.81%
G = 27.27%
B = 41.92%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3D3653 (or 0x3D3653) is known color: Jacarta. HEX triplet: 3D, 36 and 53. RGB value is (61,54,83). Sum of RGB (Red+Green+Blue) = 61+54+83=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D3653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3653 is #C2C9AC. Grayscale: #3B3B3B. Windows color (decimal): -12765613 or 5453373. OLE color: 5453373.

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

Color convert

RGB 61 54 83 -
CMYK 0.27 0.35 0 0.67
HSL 254.48º 0.21% 0.27% -
HSV(B) 254.48º 0.35% 0.33% -
XYZ 4.8 4.25 8.75 -
YUV 59.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 61 54 83 0.27 0.35 0 0.67 254.48 0.21 0.27
Hex 3D 36 53 1B 23 0 43 FE 15 1B
Octal 75 66 123 33 43 0 103 376 25 33
Binary 111101 110110 1010011 11011 100011 0 1000011 11111110 10101 11011

Color Harmonies of #3D3653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3653

Black with #3D3653

Text Example


Text Example

White with #3D3653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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