Html Css Color HEX #3C355C Jacarta

📋 copy color: '#3C355C'

red 60 ◦ green 53 ◦ blue 92

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

Shades of Jacarta #3C355C

Tints of Jacarta #3C355C

RGB

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

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

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

R = 29.27%
G = 25.85%
B = 44.88%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C355C (or 0x3C355C) is known color: Jacarta. HEX triplet: 3C, 35 and 5C. RGB value is (60,53,92). Sum of RGB (Red+Green+Blue) = 60+53+92=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C355C is #C3CAA3. Grayscale: #3B3B3B. Windows color (decimal): -12831396 or 6042940. OLE color: 6042940.

HSL color Cylindrical-coordinate representation of color #3C355C: hue angle of 250.77º 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 #3C355C is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 53 92 -
CMYK 0.35 0.42 0 0.64
HSL 250.77º 0.27% 0.28% -
HSV(B) 250.77º 0.42% 0.36% -
XYZ 5.07 4.28 10.68 -
YUV 59.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 60 53 92 0.35 0.42 0 0.64 250.77 0.27 0.28
Hex 3C 35 5C 23 2A 0 40 FB 1B 1C
Octal 74 65 134 43 52 0 100 373 33 34
Binary 111100 110101 1011100 100011 101010 0 1000000 11111011 11011 11100

Color Harmonies of #3C355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C355C

Black with #3C355C

Text Example


Text Example

White with #3C355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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