#3F19AA

Color #3F19AA Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3F19AA

Tints of Blue Gem #3F19AA

Color information

#3F19AA (or 0x3F19AA) is unknown color: approx 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

RGB6325170-
CMYK0.630.8500.33
HSL255.72º74.36%38.24%-
HSV(B)255.72º85.29%66.67%-
XYZ9.654.6538.42-
YUV52.89194.09135.21-

RGB Variations

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

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.80% from 255) = 65.89%
R=24.42%
G=9.69%
B=65.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63251700.630.8500.33255.7274.3638.24
Hex3F19AA3F550211004a26
Octal77312527712504140011246
Binary1111111100110101010111111101010101000011000000001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F19AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>