Html Css Color HEX #3C365B Jacarta

📋 copy color: '#3C365B'

red 60 ◦ green 54 ◦ blue 91

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

Shades of Jacarta #3C365B

Tints of Jacarta #3C365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 29.27%
G = 26.34%
B = 44.39%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C365B (or 0x3C365B) is known color: Jacarta. HEX triplet: 3C, 36 and 5B. RGB value is (60,54,91). Sum of RGB (Red+Green+Blue) = 60+54+91=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C365B is #C3C9A4. Grayscale: #3B3B3B. Windows color (decimal): -12831141 or 5977660. OLE color: 5977660.

HSL color Cylindrical-coordinate representation of color #3C365B: hue angle of 249.73º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C365B is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 54 91 -
CMYK 0.34 0.41 0 0.64
HSL 249.73º 0.26% 0.28% -
HSV(B) 249.73º 0.41% 0.36% -
XYZ 5.07 4.35 10.47 -
YUV 60.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 60 54 91 0.34 0.41 0 0.64 249.73 0.26 0.28
Hex 3C 36 5B 22 29 0 40 FA 1A 1C
Octal 74 66 133 42 51 0 100 372 32 34
Binary 111100 110110 1011011 100010 101001 0 1000000 11111010 11010 11100

Color Harmonies of #3C365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C365B

Black with #3C365B

Text Example


Text Example

White with #3C365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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