Html Css Color HEX #3F31AC Blue Gem

📋 copy color: '#3F31AC'

red 63 ◦ green 49 ◦ blue 172

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

Shades of Blue Gem #3F31AC

Tints of Blue Gem #3F31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 22.18%
G = 17.25%
B = 60.56%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F31AC (or 0x3F31AC) is known color: Blue Gem. HEX triplet: 3F, 31 and AC. RGB value is (63,49,172). Sum of RGB (Red+Green+Blue) = 63+49+172=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F31AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F31AC is #C0CE53. Grayscale: #424242. Windows color (decimal): -12635732 or 11284799. OLE color: 11284799.

HSL color Cylindrical-coordinate representation of color #3F31AC: hue angle of 246.83º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F31AC is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 49 172 -
CMYK 0.63 0.72 0 0.33
HSL 246.83º 0.56% 0.43% -
HSV(B) 246.83º 0.72% 0.67% -
XYZ 10.59 6.23 39.67 -
YUV 67.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 63 49 172 0.63 0.72 0 0.33 246.83 0.56 0.43
Hex 3F 31 AC 3F 48 0 21 F7 38 2B
Octal 77 61 254 77 110 0 41 367 70 53
Binary 111111 110001 10101100 111111 1001000 0 100001 11110111 111000 101011

Color Harmonies of #3F31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F31AC

Black with #3F31AC

Text Example


Text Example

White with #3F31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,49,172); }

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

background-color css

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

 a { background-color: rgb(63,49,172); }

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

border-color css

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

 span { border-color: rgb(63,49,172); }

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