Html Css Color HEX #3F355D Jacarta

📋 copy color: '#3F355D'

red 63 ◦ green 53 ◦ blue 93

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

Shades of Jacarta #3F355D

Tints of Jacarta #3F355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 30.14%
G = 25.36%
B = 44.5%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F355D (or 0x3F355D) is known color: Jacarta. HEX triplet: 3F, 35 and 5D. RGB value is (63,53,93). Sum of RGB (Red+Green+Blue) = 63+53+93=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F355D is #C0CAA2. Grayscale: #3C3C3C. Windows color (decimal): -12634787 or 6108479. OLE color: 6108479.

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

Color convert

RGB 63 53 93 -
CMYK 0.32 0.43 0 0.64
HSL 255º 0.27% 0.29% -
HSV(B) 255º 0.43% 0.36% -
XYZ 5.3 4.39 10.92 -
YUV 60.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 63 53 93 0.32 0.43 0 0.64 255 0.27 0.29
Hex 3F 35 5D 20 2B 0 40 FF 1B 1D
Octal 77 65 135 40 53 0 100 377 33 35
Binary 111111 110101 1011101 100000 101011 0 1000000 11111111 11011 11101

Color Harmonies of #3F355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F355D

Black with #3F355D

Text Example


Text Example

White with #3F355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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