Html Css Color HEX #3C365D Jacarta

📋 copy color: '#3C365D'

red 60 ◦ green 54 ◦ blue 93

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

Shades of Jacarta #3C365D

Tints of Jacarta #3C365D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.93%

R = 28.99%
G = 26.09%
B = 44.93%

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

#3C365D (or 0x3C365D) is known color: Jacarta. HEX triplet: 3C, 36 and 5D. RGB value is (60,54,93). Sum of RGB (Red+Green+Blue) = 60+54+93=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C365D is #C3C9A2. Grayscale: #3C3C3C. Windows color (decimal): -12831139 or 6108732. OLE color: 6108732.

HSL color Cylindrical-coordinate representation of color #3C365D: hue angle of 249.23º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C365D is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 54 93 -
CMYK 0.35 0.42 0 0.64
HSL 249.23º 0.27% 0.29% -
HSV(B) 249.23º 0.42% 0.36% -
XYZ 5.16 4.39 10.93 -
YUV 60.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 60 54 93 0.35 0.42 0 0.64 249.23 0.27 0.29
Hex 3C 36 5D 23 2A 0 40 F9 1B 1D
Octal 74 66 135 43 52 0 100 371 33 35
Binary 111100 110110 1011101 100011 101010 0 1000000 11111001 11011 11101

Color Harmonies of #3C365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C365D

Black with #3C365D

Text Example


Text Example

White with #3C365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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