Html Css Color HEX #3C305F Jacarta

📋 copy color: '#3C305F'

red 60 ◦ green 48 ◦ blue 95

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

Shades of Jacarta #3C305F

Tints of Jacarta #3C305F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

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

R = 29.56%
G = 23.65%
B = 46.8%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3C305F (or 0x3C305F) is known color: Jacarta. HEX triplet: 3C, 30 and 5F. RGB value is (60,48,95). Sum of RGB (Red+Green+Blue) = 60+48+95=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C305F is #C3CFA0. Grayscale: #383838. Windows color (decimal): -12832673 or 6238268. OLE color: 6238268.

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

Color convert

RGB 60 48 95 -
CMYK 0.37 0.49 0 0.63
HSL 255.32º 0.33% 0.28% -
HSV(B) 255.32º 0.49% 0.37% -
XYZ 4.99 3.9 11.32 -
YUV 56.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 60 48 95 0.37 0.49 0 0.63 255.32 0.33 0.28
Hex 3C 30 5F 25 31 0 3F FF 21 1C
Octal 74 60 137 45 61 0 77 377 41 34
Binary 111100 110000 1011111 100101 110001 0 111111 11111111 100001 11100

Color Harmonies of #3C305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C305F

Black with #3C305F

Text Example


Text Example

White with #3C305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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