Html Css Color HEX #3C3260 Jacarta

📋 copy color: '#3C3260'

red 60 ◦ green 50 ◦ blue 96

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

Shades of Jacarta #3C3260

Tints of Jacarta #3C3260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

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

R = 29.13%
G = 24.27%
B = 46.6%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C3260 (or 0x3C3260) is known color: Jacarta. HEX triplet: 3C, 32 and 60. RGB value is (60,50,96). Sum of RGB (Red+Green+Blue) = 60+50+96=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C3260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3260 is #C3CD9F. Grayscale: #3A3A3A. Windows color (decimal): -12832160 or 6304316. OLE color: 6304316.

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

Color convert

RGB 60 50 96 -
CMYK 0.38 0.48 0 0.62
HSL 253.04º 0.32% 0.29% -
HSV(B) 253.04º 0.48% 0.38% -
XYZ 5.12 4.09 11.59 -
YUV 58.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 60 50 96 0.38 0.48 0 0.62 253.04 0.32 0.29
Hex 3C 32 60 26 30 0 3E FD 20 1D
Octal 74 62 140 46 60 0 76 375 40 35
Binary 111100 110010 1100000 100110 110000 0 111110 11111101 100000 11101

Color Harmonies of #3C3260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3260

Black with #3C3260

Text Example


Text Example

White with #3C3260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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