Html Css Color HEX #3F3261 Jacarta

📋 copy color: '#3F3261'

red 63 ◦ green 50 ◦ blue 97

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

Shades of Jacarta #3F3261

Tints of Jacarta #3F3261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

 BLUE value IS 97 (38.28% from 255) = 46.19%

R = 30%
G = 23.81%
B = 46.19%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F3261 (or 0x3F3261) is known color: Jacarta. HEX triplet: 3F, 32 and 61. RGB value is (63,50,97). Sum of RGB (Red+Green+Blue) = 63+50+97=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F3261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3261 is #C0CD9E. Grayscale: #3B3B3B. Windows color (decimal): -12635551 or 6369855. OLE color: 6369855.

HSL color Cylindrical-coordinate representation of color #3F3261: hue angle of 256.6º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F3261 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 50 97 -
CMYK 0.35 0.48 0 0.62
HSL 256.6º 0.32% 0.29% -
HSV(B) 256.6º 0.48% 0.38% -
XYZ 5.35 4.2 11.84 -
YUV 59.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 63 50 97 0.35 0.48 0 0.62 256.6 0.32 0.29
Hex 3F 32 61 23 30 0 3E 101 20 1D
Octal 77 62 141 43 60 0 76 401 40 35
Binary 111111 110010 1100001 100011 110000 0 111110 100000001 100000 11101

Color Harmonies of #3F3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3261

Black with #3F3261

Text Example


Text Example

White with #3F3261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,50,97); }

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

background-color css

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

 a { background-color: rgb(63,50,97); }

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

border-color css

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

 span { border-color: rgb(63,50,97); }

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