Html Css Color HEX #3F3262 Jacarta

📋 copy color: '#3F3262'

red 63 ◦ green 50 ◦ blue 98

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

Shades of Jacarta #3F3262

Tints of Jacarta #3F3262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.45%

R = 29.86%
G = 23.7%
B = 46.45%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F3262 (or 0x3F3262) is known color: Jacarta. HEX triplet: 3F, 32 and 62. RGB value is (63,50,98). Sum of RGB (Red+Green+Blue) = 63+50+98=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F3262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3262 is #C0CD9D. Grayscale: #3B3B3B. Windows color (decimal): -12635550 or 6435391. OLE color: 6435391.

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

Color convert

RGB 63 50 98 -
CMYK 0.36 0.49 0 0.62
HSL 256.25º 0.32% 0.29% -
HSV(B) 256.25º 0.49% 0.38% -
XYZ 5.4 4.22 12.09 -
YUV 59.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 63 50 98 0.36 0.49 0 0.62 256.25 0.32 0.29
Hex 3F 32 62 24 31 0 3E 100 20 1D
Octal 77 62 142 44 61 0 76 400 40 35
Binary 111111 110010 1100010 100100 110001 0 111110 100000000 100000 11101

Color Harmonies of #3F3262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3262

Black with #3F3262

Text Example


Text Example

White with #3F3262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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