#3B25A4

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

Shades of Blue Gem #3B25A4

Tints of Blue Gem #3B25A4

Color information

#3B25A4 (or 0x3B25A4) is unknown color: approx Blue Gem. HEX triplet: 3B, 25 and A4. RGB value is (59,37,164). Sum of RGB (Red+Green+Blue) = 59+37+164=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 164 (64.45% from 255 or 63.08% from 260); Max value from RGB is 164 - color contains mainly: blue. Hex color #3B25A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B25A4 is #C4DA5B. Grayscale: #393939. Windows color (decimal): -12900956 or 10757435. OLE color: 10757435.

HSL color Cylindrical-coordinate representation of color #3B25A4: hue angle of 250.39º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B25A4 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5937164-
CMYK0.640.7700.36
HSL250.39º63.18%39.41%-
HSV(B)250.39º77.44%64.31%-
XYZ9.174.9335.59-
YUV58.06187.79128.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.69%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 164 (64.45% from 255) = 63.08%
R=22.69%
G=14.23%
B=63.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal59371640.640.7700.36250.3963.1839.41
Hex3B25A4404D024fa3f27
Octal73452441001150443727747
Binary1110111001011010010010000001001101010010011111010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B25A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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