Html Css Color HEX #3C375F Jacarta

📋 copy color: '#3C375F'

red 60 ◦ green 55 ◦ blue 95

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

Shades of Jacarta #3C375F

Tints of Jacarta #3C375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.24%

R = 28.57%
G = 26.19%
B = 45.24%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3C375F (or 0x3C375F) is known color: Jacarta. HEX triplet: 3C, 37 and 5F. RGB value is (60,55,95). Sum of RGB (Red+Green+Blue) = 60+55+95=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C375F is #C3C8A0. Grayscale: #3C3C3C. Windows color (decimal): -12830881 or 6240060. OLE color: 6240060.

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

Color convert

RGB 60 55 95 -
CMYK 0.37 0.42 0 0.63
HSL 247.5º 0.27% 0.29% -
HSV(B) 247.5º 0.42% 0.37% -
XYZ 5.3 4.52 11.42 -
YUV 61.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 60 55 95 0.37 0.42 0 0.63 247.5 0.27 0.29
Hex 3C 37 5F 25 2A 0 3F F8 1B 1D
Octal 74 67 137 45 52 0 77 370 33 35
Binary 111100 110111 1011111 100101 101010 0 111111 11111000 11011 11101

Color Harmonies of #3C375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C375F

Black with #3C375F

Text Example


Text Example

White with #3C375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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