#3623A0

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

Shades of Blue Gem #3623A0

Tints of Blue Gem #3623A0

Color information

#3623A0 (or 0x3623A0) is unknown color: approx Blue Gem. HEX triplet: 36, 23 and A0. RGB value is (54,35,160). Sum of RGB (Red+Green+Blue) = 54+35+160=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 160 (62.89% from 255 or 64.26% from 249); Max value from RGB is 160 - color contains mainly: blue. Hex color #3623A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3623A0 is #C9DC5F. Grayscale: #363636. Windows color (decimal): -13229152 or 10494774. OLE color: 10494774.

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

Color convert

RGB5435160-
CMYK0.660.7800.37
HSL249.12º64.1%38.24%-
HSV(B)249.12º78.12%62.75%-
XYZ8.474.5233.68-
YUV54.93187.29127.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 160 (62.89% from 255) = 64.26%
R=21.69%
G=14.06%
B=64.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54351600.660.7800.37249.1264.138.24
Hex3623A0424E025f94026
Octal664324010211604537110046
Binary11011010001110100000100001010011100100101111110011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3623A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3623A0; }

 p { color: rgb(54,35,160); }

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

<style>
 a { background-color: #3623A0; }

 a { background-color: rgb(54,35,160); }

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

<style>
 span { border-color: #3623A0; }

 span { border-color: rgb(54,35,160); }

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