Html Css Color HEX #3C3653 Jacarta

📋 copy color: '#3C3653'

red 60 ◦ green 54 ◦ blue 83

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

Shades of Jacarta #3C3653

Tints of Jacarta #3C3653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.41%

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 30.46%
G = 27.41%
B = 42.13%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C3653 (or 0x3C3653) is known color: Jacarta. HEX triplet: 3C, 36 and 53. RGB value is (60,54,83). Sum of RGB (Red+Green+Blue) = 60+54+83=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C3653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3653 is #C3C9AC. Grayscale: #3A3A3A. Windows color (decimal): -12831149 or 5453372. OLE color: 5453372.

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

Color convert

RGB 60 54 83 -
CMYK 0.28 0.35 0 0.67
HSL 252.41º 0.21% 0.27% -
HSV(B) 252.41º 0.35% 0.33% -
XYZ 4.74 4.22 8.75 -
YUV 59.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 60 54 83 0.28 0.35 0 0.67 252.41 0.21 0.27
Hex 3C 36 53 1C 23 0 43 FC 15 1B
Octal 74 66 123 34 43 0 103 374 25 33
Binary 111100 110110 1010011 11100 100011 0 1000011 11111100 10101 11011

Color Harmonies of #3C3653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3653

Black with #3C3653

Text Example


Text Example

White with #3C3653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,83); }

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

background-color css

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

 a { background-color: rgb(60,54,83); }

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

border-color css

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

 span { border-color: rgb(60,54,83); }

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