#3620A3

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

Shades of Blue Gem #3620A3

Tints of Blue Gem #3620A3

Color information

#3620A3 (or 0x3620A3) is unknown color: approx Blue Gem. HEX triplet: 36, 20 and A3. RGB value is (54,32,163). Sum of RGB (Red+Green+Blue) = 54+32+163=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 163 (64.06% from 255 or 65.46% from 249); Max value from RGB is 163 - color contains mainly: blue. Hex color #3620A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3620A3 is #C9DF5C. Grayscale: #353535. Windows color (decimal): -13229917 or 10690614. OLE color: 10690614.

HSL color Cylindrical-coordinate representation of color #3620A3: hue angle of 250.08º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3620A3 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5432163-
CMYK0.670.8000.36
HSL250.08º67.18%38.24%-
HSV(B)250.08º80.37%63.92%-
XYZ8.654.4635.06-
YUV53.51189.79128.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 32 (12.89% from 255) = 12.85%
BLUE value IS 163 (64.06% from 255) = 65.46%
R=21.69%
G=12.85%
B=65.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54321630.670.8000.36250.0867.1838.24
Hex3620A34350024fa4326
Octal664024310312004437210346
Binary11011010000010100011100001110100000100100111110101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3620A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3620A3; }

 p { color: rgb(54,32,163); }

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

<style>
 a { background-color: #3620A3; }

 a { background-color: rgb(54,32,163); }

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

<style>
 span { border-color: #3620A3; }

 span { border-color: rgb(54,32,163); }

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