#3623AD

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

Shades of Blue Gem #3623AD

Tints of Blue Gem #3623AD

Color information

#3623AD (or 0x3623AD) is unknown color: approx Blue Gem. HEX triplet: 36, 23 and AD. RGB value is (54,35,173). Sum of RGB (Red+Green+Blue) = 54+35+173=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #3623AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3623AD is #C9DC52. Grayscale: #373737. Windows color (decimal): -13229139 or 11346742. OLE color: 11346742.

HSL color Cylindrical-coordinate representation of color #3623AD: hue angle of 248.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3623AD is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5435173-
CMYK0.690.8000.32
HSL248.26º66.35%40.78%-
HSV(B)248.26º79.77%67.84%-
XYZ9.67539.99-
YUV56.41193.79126.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 173 (67.97% from 255) = 66.03%
R=20.61%
G=13.36%
B=66.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54351730.690.8000.32248.2666.3540.78
Hex3623AD4550020f84229
Octal664325510512004037010251
Binary11011010001110101101100010110100000100000111110001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3623AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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