Html Css Color HEX #3C3554 Jacarta

📋 copy color: '#3C3554'

red 60 ◦ green 53 ◦ blue 84

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

Shades of Jacarta #3C3554

Tints of Jacarta #3C3554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.64%

R = 30.46%
G = 26.9%
B = 42.64%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C3554 (or 0x3C3554) is known color: Jacarta. HEX triplet: 3C, 35 and 54. RGB value is (60,53,84). Sum of RGB (Red+Green+Blue) = 60+53+84=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C3554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3554 is #C3CAAB. Grayscale: #3A3A3A. Windows color (decimal): -12831404 or 5518652. OLE color: 5518652.

HSL color Cylindrical-coordinate representation of color #3C3554: hue angle of 253.55º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C3554 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 53 84 -
CMYK 0.29 0.37 0 0.67
HSL 253.55º 0.23% 0.27% -
HSV(B) 253.55º 0.37% 0.33% -
XYZ 4.74 4.15 8.94 -
YUV 58.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 60 53 84 0.29 0.37 0 0.67 253.55 0.23 0.27
Hex 3C 35 54 1D 25 0 43 FE 17 1B
Octal 74 65 124 35 45 0 103 376 27 33
Binary 111100 110101 1010100 11101 100101 0 1000011 11111110 10111 11011

Color Harmonies of #3C3554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3554

Black with #3C3554

Text Example


Text Example

White with #3C3554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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