Html Css Color HEX #3F19AB Blue Gem

📋 copy color: '#3F19AB'

red 63 ◦ green 25 ◦ blue 171

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

Shades of Blue Gem #3F19AB

Tints of Blue Gem #3F19AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.65%

 BLUE value IS 171 (67.19% from 255) = 66.02%

R = 24.32%
G = 9.65%
B = 66.02%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F19AB (or 0x3F19AB) is known color: Blue Gem. HEX triplet: 3F, 19 and AB. RGB value is (63,25,171). Sum of RGB (Red+Green+Blue) = 63+25+171=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F19AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F19AB is #C0E654. Grayscale: #343434. Windows color (decimal): -12641877 or 11213119. OLE color: 11213119.

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

Color convert

RGB 63 25 171 -
CMYK 0.63 0.85 0 0.33
HSL 255.62º 0.74% 0.38% -
HSV(B) 255.62º 0.85% 0.67% -
XYZ 9.75 4.69 38.92 -
YUV 53.01 194.59 135.13 -
System Red Green Blue C M Y K H S L
Decimal 63 25 171 0.63 0.85 0 0.33 255.62 0.74 0.38
Hex 3F 19 AB 3F 55 0 21 100 4A 26
Octal 77 31 253 77 125 0 41 400 112 46
Binary 111111 11001 10101011 111111 1010101 0 100001 100000000 1001010 100110

Color Harmonies of #3F19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F19AB

Black with #3F19AB

Text Example


Text Example

White with #3F19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,25,171); }

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

background-color css

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

 a { background-color: rgb(63,25,171); }

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

border-color css

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

 span { border-color: rgb(63,25,171); }

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