Html Css Color HEX #3C305B Jacarta

📋 copy color: '#3C305B'

red 60 ◦ green 48 ◦ blue 91

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

Shades of Jacarta #3C305B

Tints of Jacarta #3C305B

RGB

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

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

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

R = 30.15%
G = 24.12%
B = 45.73%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C305B (or 0x3C305B) is known color: Jacarta. HEX triplet: 3C, 30 and 5B. RGB value is (60,48,91). Sum of RGB (Red+Green+Blue) = 60+48+91=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C305B is #C3CFA4. Grayscale: #383838. Windows color (decimal): -12832677 or 5976124. OLE color: 5976124.

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

Color convert

RGB 60 48 91 -
CMYK 0.34 0.47 0 0.64
HSL 256.74º 0.31% 0.27% -
HSV(B) 256.74º 0.47% 0.36% -
XYZ 4.81 3.83 10.38 -
YUV 56.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 60 48 91 0.34 0.47 0 0.64 256.74 0.31 0.27
Hex 3C 30 5B 22 2F 0 40 101 1F 1B
Octal 74 60 133 42 57 0 100 401 37 33
Binary 111100 110000 1011011 100010 101111 0 1000000 100000001 11111 11011

Color Harmonies of #3C305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C305B

Black with #3C305B

Text Example


Text Example

White with #3C305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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