Html Css Color HEX #3F305C Jacarta

📋 copy color: '#3F305C'

red 63 ◦ green 48 ◦ blue 92

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

Shades of Jacarta #3F305C

Tints of Jacarta #3F305C

RGB

 RED value IS 63 (25% from 255) = 31.03%

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

 BLUE value IS 92 (36.33% from 255) = 45.32%

R = 31.03%
G = 23.65%
B = 45.32%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F305C (or 0x3F305C) is known color: Jacarta. HEX triplet: 3F, 30 and 5C. RGB value is (63,48,92). Sum of RGB (Red+Green+Blue) = 63+48+92=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F305C is #C0CFA3. Grayscale: #393939. Windows color (decimal): -12636068 or 6041663. OLE color: 6041663.

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

Color convert

RGB 63 48 92 -
CMYK 0.32 0.48 0 0.64
HSL 260.45º 0.31% 0.27% -
HSV(B) 260.45º 0.48% 0.36% -
XYZ 5.04 3.94 10.62 -
YUV 57.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 63 48 92 0.32 0.48 0 0.64 260.45 0.31 0.27
Hex 3F 30 5C 20 30 0 40 104 1F 1B
Octal 77 60 134 40 60 0 100 404 37 33
Binary 111111 110000 1011100 100000 110000 0 1000000 100000100 11111 11011

Color Harmonies of #3F305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F305C

Black with #3F305C

Text Example


Text Example

White with #3F305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,48,92); }

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

background-color css

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

 a { background-color: rgb(63,48,92); }

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

border-color css

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

 span { border-color: rgb(63,48,92); }

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