Html Css Color HEX #3F355C Jacarta

📋 copy color: '#3F355C'

red 63 ◦ green 53 ◦ blue 92

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

Shades of Jacarta #3F355C

Tints of Jacarta #3F355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

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

R = 30.29%
G = 25.48%
B = 44.23%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F355C (or 0x3F355C) is known color: Jacarta. HEX triplet: 3F, 35 and 5C. RGB value is (63,53,92). Sum of RGB (Red+Green+Blue) = 63+53+92=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F355C is #C0CAA3. Grayscale: #3C3C3C. Windows color (decimal): -12634788 or 6042943. OLE color: 6042943.

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

Color convert

RGB 63 53 92 -
CMYK 0.32 0.42 0 0.64
HSL 255.38º 0.27% 0.28% -
HSV(B) 255.38º 0.42% 0.36% -
XYZ 5.25 4.38 10.69 -
YUV 60.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 63 53 92 0.32 0.42 0 0.64 255.38 0.27 0.28
Hex 3F 35 5C 20 2A 0 40 FF 1B 1C
Octal 77 65 134 40 52 0 100 377 33 34
Binary 111111 110101 1011100 100000 101010 0 1000000 11111111 11011 11100

Color Harmonies of #3F355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F355C

Black with #3F355C

Text Example


Text Example

White with #3F355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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