#3628AA

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

Shades of Blue Gem #3628AA

Tints of Blue Gem #3628AA

Color information

#3628AA (or 0x3628AA) is unknown color: approx Blue Gem. HEX triplet: 36, 28 and AA. RGB value is (54,40,170). Sum of RGB (Red+Green+Blue) = 54+40+170=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #3628AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3628AA is #C9D755. Grayscale: #3A3A3A. Windows color (decimal): -13227862 or 11151414. OLE color: 11151414.

HSL color Cylindrical-coordinate representation of color #3628AA: hue angle of 246.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3628AA is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5440170-
CMYK0.680.7600.33
HSL246.46º61.9%41.18%-
HSV(B)246.46º76.47%66.67%-
XYZ9.545.238.53-
YUV59.01190.64124.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.45%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 170 (66.80% from 255) = 64.39%
R=20.45%
G=15.15%
B=64.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54401700.680.7600.33246.4661.941.18
Hex3628AA444C021f63e29
Octal66502521041140413667651
Binary1101101010001010101010001001001100010000111110110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3628AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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