Html Css Color HEX #3C335F Jacarta

📋 copy color: '#3C335F'

red 60 ◦ green 51 ◦ blue 95

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

Shades of Jacarta #3C335F

Tints of Jacarta #3C335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

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

R = 29.13%
G = 24.76%
B = 46.12%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3C335F (or 0x3C335F) is known color: Jacarta. HEX triplet: 3C, 33 and 5F. RGB value is (60,51,95). Sum of RGB (Red+Green+Blue) = 60+51+95=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C335F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C335F is #C3CCA0. Grayscale: #3A3A3A. Windows color (decimal): -12831905 or 6239036. OLE color: 6239036.

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

Color convert

RGB 60 51 95 -
CMYK 0.37 0.46 0 0.63
HSL 252.27º 0.3% 0.29% -
HSV(B) 252.27º 0.46% 0.37% -
XYZ 5.11 4.15 11.36 -
YUV 58.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 60 51 95 0.37 0.46 0 0.63 252.27 0.3 0.29
Hex 3C 33 5F 25 2E 0 3F FC 1E 1D
Octal 74 63 137 45 56 0 77 374 36 35
Binary 111100 110011 1011111 100101 101110 0 111111 11111100 11110 11101

Color Harmonies of #3C335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C335F

Black with #3C335F

Text Example


Text Example

White with #3C335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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