Html Css Color HEX #3F19AA Blue Gem

📋 copy color: '#3F19AA'

red 63 ◦ green 25 ◦ blue 170

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

Shades of Blue Gem #3F19AA

Tints of Blue Gem #3F19AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 65.89%

R = 24.42%
G = 9.69%
B = 65.89%

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

#3F19AA (or 0x3F19AA) is known color: Blue Gem. HEX triplet: 3F, 19 and AA. RGB value is (63,25,170). Sum of RGB (Red+Green+Blue) = 63+25+170=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F19AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F19AA is #C0E655. Grayscale: #343434. Windows color (decimal): -12641878 or 11147583. OLE color: 11147583.

HSL color Cylindrical-coordinate representation of color #3F19AA: hue angle of 255.72º 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 #3F19AA is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 25 170 -
CMYK 0.63 0.85 0 0.33
HSL 255.72º 0.74% 0.38% -
HSV(B) 255.72º 0.85% 0.67% -
XYZ 9.65 4.65 38.42 -
YUV 52.89 194.09 135.21 -
System Red Green Blue C M Y K H S L
Decimal 63 25 170 0.63 0.85 0 0.33 255.72 0.74 0.38
Hex 3F 19 AA 3F 55 0 21 100 4A 26
Octal 77 31 252 77 125 0 41 400 112 46
Binary 111111 11001 10101010 111111 1010101 0 100001 100000000 1001010 100110

Color Harmonies of #3F19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F19AA

Black with #3F19AA

Text Example


Text Example

White with #3F19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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