#3626AA

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

Shades of Blue Gem #3626AA

Tints of Blue Gem #3626AA

Color information

#3626AA (or 0x3626AA) is unknown color: approx Blue Gem. HEX triplet: 36, 26 and AA. RGB value is (54,38,170). Sum of RGB (Red+Green+Blue) = 54+38+170=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #3626AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3626AA is #C9D955. Grayscale: #393939. Windows color (decimal): -13228374 or 11150902. OLE color: 11150902.

HSL color Cylindrical-coordinate representation of color #3626AA: hue angle of 247.27º degrees, saturation: 0.63, 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 #3626AA is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5438170-
CMYK0.680.7800.33
HSL247.27º63.46%40.78%-
HSV(B)247.27º77.65%66.67%-
XYZ9.475.0738.51-
YUV57.83191.3125.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 170 (66.80% from 255) = 64.89%
R=20.61%
G=14.50%
B=64.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54381700.680.7800.33247.2763.4640.78
Hex3626AA444E021f73f29
Octal66462521041160413677751
Binary1101101001101010101010001001001110010000111110111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3626AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3626AA; }

 p { color: rgb(54,38,170); }

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

<style>
 a { background-color: #3626AA; }

 a { background-color: rgb(54,38,170); }

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

<style>
 span { border-color: #3626AA; }

 span { border-color: rgb(54,38,170); }

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