Html Css Color HEX #3C2C59 Jacarta

📋 copy color: '#3C2C59'

red 60 ◦ green 44 ◦ blue 89

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

Shades of Jacarta #3C2C59

Tints of Jacarta #3C2C59

RGB

 RED value IS 60 (23.83% from 255) = 31.09%

 GREEN value IS 44 (17.58% from 255) = 22.8%

 BLUE value IS 89 (35.16% from 255) = 46.11%

R = 31.09%
G = 22.8%
B = 46.11%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C2C59 (or 0x3C2C59) is known color: Jacarta. HEX triplet: 3C, 2C and 59. RGB value is (60,44,89). Sum of RGB (Red+Green+Blue) = 60+44+89=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C2C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2C59 is #C3D3A6. Grayscale: #353535. Windows color (decimal): -12833703 or 5844028. OLE color: 5844028.

HSL color Cylindrical-coordinate representation of color #3C2C59: hue angle of 261.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C2C59 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 44 89 -
CMYK 0.33 0.51 0 0.65
HSL 261.33º 0.34% 0.26% -
HSV(B) 261.33º 0.51% 0.35% -
XYZ 4.57 3.48 9.88 -
YUV 53.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 60 44 89 0.33 0.51 0 0.65 261.33 0.34 0.26
Hex 3C 2C 59 21 33 0 41 105 22 1A
Octal 74 54 131 41 63 0 101 405 42 32
Binary 111100 101100 1011001 100001 110011 0 1000001 100000101 100010 11010

Color Harmonies of #3C2C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2C59

Black with #3C2C59

Text Example


Text Example

White with #3C2C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,44,89); }

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

background-color css

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

 a { background-color: rgb(60,44,89); }

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

border-color css

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

 span { border-color: rgb(60,44,89); }

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