Html Css Color HEX #3D3853 Jacarta

📋 copy color: '#3D3853'

red 61 ◦ green 56 ◦ blue 83

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

Shades of Jacarta #3D3853

Tints of Jacarta #3D3853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28%

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

R = 30.5%
G = 28%
B = 41.5%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3D3853 (or 0x3D3853) is known color: Jacarta. HEX triplet: 3D, 38 and 53. RGB value is (61,56,83). Sum of RGB (Red+Green+Blue) = 61+56+83=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D3853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3853 is #C2C7AC. Grayscale: #3C3C3C. Windows color (decimal): -12765101 or 5453885. OLE color: 5453885.

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

Color convert

RGB 61 56 83 -
CMYK 0.27 0.33 0 0.67
HSL 251.11º 0.19% 0.27% -
HSV(B) 251.11º 0.33% 0.33% -
XYZ 4.9 4.44 8.78 -
YUV 60.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 61 56 83 0.27 0.33 0 0.67 251.11 0.19 0.27
Hex 3D 38 53 1B 21 0 43 FB 13 1B
Octal 75 70 123 33 41 0 103 373 23 33
Binary 111101 111000 1010011 11011 100001 0 1000011 11111011 10011 11011

Color Harmonies of #3D3853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3853

Black with #3D3853

Text Example


Text Example

White with #3D3853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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