Html Css Color HEX #3F395A Jacarta

📋 copy color: '#3F395A'

red 63 ◦ green 57 ◦ blue 90

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

Shades of Jacarta #3F395A

Tints of Jacarta #3F395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.14%

 BLUE value IS 90 (35.55% from 255) = 42.86%

R = 30%
G = 27.14%
B = 42.86%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F395A (or 0x3F395A) is known color: Jacarta. HEX triplet: 3F, 39 and 5A. RGB value is (63,57,90). Sum of RGB (Red+Green+Blue) = 63+57+90=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F395A is #C0C6A5. Grayscale: #3E3E3E. Windows color (decimal): -12633766 or 5912895. OLE color: 5912895.

HSL color Cylindrical-coordinate representation of color #3F395A: hue angle of 250.91º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F395A is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 57 90 -
CMYK 0.30 0.37 0 0.65
HSL 250.91º 0.22% 0.29% -
HSV(B) 250.91º 0.37% 0.35% -
XYZ 5.36 4.72 10.3 -
YUV 62.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 63 57 90 0.30 0.37 0 0.65 250.91 0.22 0.29
Hex 3F 39 5A 1E 25 0 41 FB 16 1D
Octal 77 71 132 36 45 0 101 373 26 35
Binary 111111 111001 1011010 11110 100101 0 1000001 11111011 10110 11101

Color Harmonies of #3F395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F395A

Black with #3F395A

Text Example


Text Example

White with #3F395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,57,90); }

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

background-color css

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

 a { background-color: rgb(63,57,90); }

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

border-color css

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

 span { border-color: rgb(63,57,90); }

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