Html Css Color HEX #3F3060 Jacarta

📋 copy color: '#3F3060'

red 63 ◦ green 48 ◦ blue 96

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

Shades of Jacarta #3F3060

Tints of Jacarta #3F3060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

 BLUE value IS 96 (37.89% from 255) = 46.38%

R = 30.43%
G = 23.19%
B = 46.38%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F3060 (or 0x3F3060) is known color: Jacarta. HEX triplet: 3F, 30 and 60. RGB value is (63,48,96). Sum of RGB (Red+Green+Blue) = 63+48+96=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F3060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3060 is #C0CF9F. Grayscale: #393939. Windows color (decimal): -12636064 or 6303807. OLE color: 6303807.

HSL color Cylindrical-coordinate representation of color #3F3060: hue angle of 258.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F3060 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 48 96 -
CMYK 0.34 0.50 0 0.62
HSL 258.75º 0.33% 0.28% -
HSV(B) 258.75º 0.5% 0.38% -
XYZ 5.22 4.02 11.57 -
YUV 57.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 63 48 96 0.34 0.50 0 0.62 258.75 0.33 0.28
Hex 3F 30 60 22 32 0 3E 103 21 1C
Octal 77 60 140 42 62 0 76 403 41 34
Binary 111111 110000 1100000 100010 110010 0 111110 100000011 100001 11100

Color Harmonies of #3F3060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3060

Black with #3F3060

Text Example


Text Example

White with #3F3060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,48,96); }

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

background-color css

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

 a { background-color: rgb(63,48,96); }

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

border-color css

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

 span { border-color: rgb(63,48,96); }

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