Html Css Color HEX #3C2B60 Jacarta

📋 copy color: '#3C2B60'

red 60 ◦ green 43 ◦ blue 96

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

Shades of Jacarta #3C2B60

Tints of Jacarta #3C2B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.61%

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

R = 30.15%
G = 21.61%
B = 48.24%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C2B60 (or 0x3C2B60) is known color: Jacarta. HEX triplet: 3C, 2B and 60. RGB value is (60,43,96). Sum of RGB (Red+Green+Blue) = 60+43+96=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C2B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2B60 is #C3D49F. Grayscale: #353535. Windows color (decimal): -12833952 or 6302524. OLE color: 6302524.

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

Color convert

RGB 60 43 96 -
CMYK 0.38 0.55 0 0.62
HSL 259.25º 0.38% 0.27% -
HSV(B) 259.25º 0.55% 0.38% -
XYZ 4.84 3.53 11.49 -
YUV 54.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 60 43 96 0.38 0.55 0 0.62 259.25 0.38 0.27
Hex 3C 2B 60 26 37 0 3E 103 26 1B
Octal 74 53 140 46 67 0 76 403 46 33
Binary 111100 101011 1100000 100110 110111 0 111110 100000011 100110 11011

Color Harmonies of #3C2B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2B60

Black with #3C2B60

Text Example


Text Example

White with #3C2B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,43,96); }

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

background-color css

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

 a { background-color: rgb(60,43,96); }

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

border-color css

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

 span { border-color: rgb(60,43,96); }

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