Html Css Color HEX #3F19AC Blue Gem

📋 copy color: '#3F19AC'

red 63 ◦ green 25 ◦ blue 172

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

Shades of Blue Gem #3F19AC

Tints of Blue Gem #3F19AC

RGB

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

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

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

R = 24.23%
G = 9.62%
B = 66.15%

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

#3F19AC (or 0x3F19AC) is known color: Blue Gem. HEX triplet: 3F, 19 and AC. RGB value is (63,25,172). Sum of RGB (Red+Green+Blue) = 63+25+172=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F19AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F19AC is #C0E653. Grayscale: #343434. Windows color (decimal): -12641876 or 11278655. OLE color: 11278655.

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

Color convert

RGB 63 25 172 -
CMYK 0.63 0.85 0 0.33
HSL 255.51º 0.75% 0.39% -
HSV(B) 255.51º 0.85% 0.67% -
XYZ 9.84 4.73 39.42 -
YUV 53.12 195.09 135.05 -
System Red Green Blue C M Y K H S L
Decimal 63 25 172 0.63 0.85 0 0.33 255.51 0.75 0.39
Hex 3F 19 AC 3F 55 0 21 100 4B 27
Octal 77 31 254 77 125 0 41 400 113 47
Binary 111111 11001 10101100 111111 1010101 0 100001 100000000 1001011 100111

Color Harmonies of #3F19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F19AC

Black with #3F19AC

Text Example


Text Example

White with #3F19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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