Html Css Color HEX #3D355C Jacarta

📋 copy color: '#3D355C'

red 61 ◦ green 53 ◦ blue 92

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

Shades of Jacarta #3D355C

Tints of Jacarta #3D355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.66%

R = 29.61%
G = 25.73%
B = 44.66%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3D355C (or 0x3D355C) is known color: Jacarta. HEX triplet: 3D, 35 and 5C. RGB value is (61,53,92). Sum of RGB (Red+Green+Blue) = 61+53+92=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #3D355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D355C is #C2CAA3. Grayscale: #3B3B3B. Windows color (decimal): -12765860 or 6042941. OLE color: 6042941.

HSL color Cylindrical-coordinate representation of color #3D355C: hue angle of 252.31º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D355C is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 61 53 92 -
CMYK 0.34 0.42 0 0.64
HSL 252.31º 0.27% 0.28% -
HSV(B) 252.31º 0.42% 0.36% -
XYZ 5.13 4.31 10.69 -
YUV 59.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 61 53 92 0.34 0.42 0 0.64 252.31 0.27 0.28
Hex 3D 35 5C 22 2A 0 40 FC 1B 1C
Octal 75 65 134 42 52 0 100 374 33 34
Binary 111101 110101 1011100 100010 101010 0 1000000 11111100 11011 11100

Color Harmonies of #3D355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D355C

Black with #3D355C

Text Example


Text Example

White with #3D355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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