#3F25AA

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

Shades of Blue Gem #3F25AA

Tints of Blue Gem #3F25AA

Color information

#3F25AA (or 0x3F25AA) is unknown color: approx Blue Gem. HEX triplet: 3F, 25 and AA. RGB value is (63,37,170). Sum of RGB (Red+Green+Blue) = 63+37+170=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F25AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F25AA is #C0DA55. Grayscale: #3B3B3B. Windows color (decimal): -12638806 or 11150655. OLE color: 11150655.

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

Color convert

RGB6337170-
CMYK0.630.7800.33
HSL251.73º64.25%40.59%-
HSV(B)251.73º78.24%66.67%-
XYZ9.975.2838.52-
YUV59.94190.11130.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.33%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 170 (66.80% from 255) = 62.96%
R=23.33%
G=13.70%
B=62.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63371700.630.7800.33251.7364.2540.59
Hex3F25AA3F4E021fc4029
Octal77452527711604137410051
Binary1111111001011010101011111110011100100001111111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F25AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F25AA;
 }
 .AnyTagClassName
 {
   color: #3F25AA;
 }
</style>
background-color css

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

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

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

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

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

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