Html Css Color HEX #3C3755 Jacarta

📋 copy color: '#3C3755'

red 60 ◦ green 55 ◦ blue 85

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

Shades of Jacarta #3C3755

Tints of Jacarta #3C3755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

 BLUE value IS 85 (33.59% from 255) = 42.5%

R = 30%
G = 27.5%
B = 42.5%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C3755 (or 0x3C3755) is known color: Jacarta. HEX triplet: 3C, 37 and 55. RGB value is (60,55,85). Sum of RGB (Red+Green+Blue) = 60+55+85=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C3755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3755 is #C3C8AA. Grayscale: #3B3B3B. Windows color (decimal): -12830891 or 5584700. OLE color: 5584700.

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

Color convert

RGB 60 55 85 -
CMYK 0.29 0.35 0 0.67
HSL 250º 0.21% 0.27% -
HSV(B) 250º 0.35% 0.33% -
XYZ 4.87 4.35 9.18 -
YUV 59.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 60 55 85 0.29 0.35 0 0.67 250 0.21 0.27
Hex 3C 37 55 1D 23 0 43 FA 15 1B
Octal 74 67 125 35 43 0 103 372 25 33
Binary 111100 110111 1010101 11101 100011 0 1000011 11111010 10101 11011

Color Harmonies of #3C3755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3755

Black with #3C3755

Text Example


Text Example

White with #3C3755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,55,85); }

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

background-color css

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

 a { background-color: rgb(60,55,85); }

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

border-color css

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

 span { border-color: rgb(60,55,85); }

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