Html Css Color HEX #3F3561 Jacarta

📋 copy color: '#3F3561'

red 63 ◦ green 53 ◦ blue 97

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

Shades of Jacarta #3F3561

Tints of Jacarta #3F3561

RGB

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

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

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

R = 29.58%
G = 24.88%
B = 45.54%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F3561 (or 0x3F3561) is known color: Jacarta. HEX triplet: 3F, 35 and 61. RGB value is (63,53,97). Sum of RGB (Red+Green+Blue) = 63+53+97=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F3561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3561 is #C0CA9E. Grayscale: #3C3C3C. Windows color (decimal): -12634783 or 6370623. OLE color: 6370623.

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

Color convert

RGB 63 53 97 -
CMYK 0.35 0.45 0 0.62
HSL 253.64º 0.29% 0.29% -
HSV(B) 253.64º 0.45% 0.38% -
XYZ 5.48 4.47 11.88 -
YUV 61.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 63 53 97 0.35 0.45 0 0.62 253.64 0.29 0.29
Hex 3F 35 61 23 2D 0 3E FE 1D 1D
Octal 77 65 141 43 55 0 76 376 35 35
Binary 111111 110101 1100001 100011 101101 0 111110 11111110 11101 11101

Color Harmonies of #3F3561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3561

Black with #3F3561

Text Example


Text Example

White with #3F3561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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