Html Css Color HEX #3C2E60 Jacarta

📋 copy color: '#3C2E60'

red 60 ◦ green 46 ◦ blue 96

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

Shades of Jacarta #3C2E60

Tints of Jacarta #3C2E60

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.77%

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

R = 29.7%
G = 22.77%
B = 47.52%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C2E60 (or 0x3C2E60) is known color: Jacarta. HEX triplet: 3C, 2E and 60. RGB value is (60,46,96). Sum of RGB (Red+Green+Blue) = 60+46+96=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C2E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E60 is #C3D19F. Grayscale: #373737. Windows color (decimal): -12833184 or 6303292. OLE color: 6303292.

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

Color convert

RGB 60 46 96 -
CMYK 0.38 0.52 0 0.62
HSL 256.8º 0.35% 0.28% -
HSV(B) 256.8º 0.52% 0.38% -
XYZ 4.95 3.76 11.53 -
YUV 55.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 60 46 96 0.38 0.52 0 0.62 256.8 0.35 0.28
Hex 3C 2E 60 26 34 0 3E 101 23 1C
Octal 74 56 140 46 64 0 76 401 43 34
Binary 111100 101110 1100000 100110 110100 0 111110 100000001 100011 11100

Color Harmonies of #3C2E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2E60

Black with #3C2E60

Text Example


Text Example

White with #3C2E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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