#3622A1

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

Shades of Blue Gem #3622A1

Tints of Blue Gem #3622A1

Color information

#3622A1 (or 0x3622A1) is unknown color: approx Blue Gem. HEX triplet: 36, 22 and A1. RGB value is (54,34,161). Sum of RGB (Red+Green+Blue) = 54+34+161=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 161 (63.28% from 255 or 64.66% from 249); Max value from RGB is 161 - color contains mainly: blue. Hex color #3622A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3622A1 is #C9DD5E. Grayscale: #353535. Windows color (decimal): -13229407 or 10560054. OLE color: 10560054.

HSL color Cylindrical-coordinate representation of color #3622A1: hue angle of 249.45º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3622A1 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5434161-
CMYK0.660.7900.37
HSL249.45º65.13%38.24%-
HSV(B)249.45º78.88%63.14%-
XYZ8.534.534.14-
YUV54.46188.13127.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 34 (13.67% from 255) = 13.65%
BLUE value IS 161 (63.28% from 255) = 64.66%
R=21.69%
G=13.65%
B=64.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54341610.660.7900.37249.4565.1338.24
Hex3622A1424F025f94126
Octal664224110211704537110146
Binary11011010001010100001100001010011110100101111110011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3622A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3622A1; }

 p { color: rgb(54,34,161); }

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

<style>
 a { background-color: #3622A1; }

 a { background-color: rgb(54,34,161); }

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

<style>
 span { border-color: #3622A1; }

 span { border-color: rgb(54,34,161); }

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