#3B25AF

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

Shades of Blue Gem #3B25AF

Tints of Blue Gem #3B25AF

Color information

#3B25AF (or 0x3B25AF) is unknown color: approx Blue Gem. HEX triplet: 3B, 25 and AF. RGB value is (59,37,175). Sum of RGB (Red+Green+Blue) = 59+37+175=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B25AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B25AF is #C4DA50. Grayscale: #3A3A3A. Windows color (decimal): -12900945 or 11478331. OLE color: 11478331.

HSL color Cylindrical-coordinate representation of color #3B25AF: hue angle of 249.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B25AF is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5937175-
CMYK0.660.7900.31
HSL249.57º65.09%41.57%-
HSV(B)249.57º78.86%68.63%-
XYZ10.25.3541.05-
YUV59.31193.29127.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.77%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 175 (68.75% from 255) = 64.58%
R=21.77%
G=13.65%
B=64.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59371750.660.7900.31249.5765.0941.57
Hex3B25AF424F01Ffa412a
Octal734525710211703737210152
Binary1110111001011010111110000101001111011111111110101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B25AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,37,175); }

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

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

 a { background-color: rgb(59,37,175); }

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

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

 span { border-color: rgb(59,37,175); }

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