#3624AC

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

Shades of Blue Gem #3624AC

Tints of Blue Gem #3624AC

Color information

#3624AC (or 0x3624AC) is unknown color: approx Blue Gem. HEX triplet: 36, 24 and AC. RGB value is (54,36,172). Sum of RGB (Red+Green+Blue) = 54+36+172=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #3624AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3624AC is #C9DB53. Grayscale: #383838. Windows color (decimal): -13228884 or 11281462. OLE color: 11281462.

HSL color Cylindrical-coordinate representation of color #3624AC: hue angle of 247.94º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3624AC is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5436172-
CMYK0.690.7900.33
HSL247.94º65.38%40.78%-
HSV(B)247.94º79.07%67.45%-
XYZ9.65.0239.49-
YUV56.89192.96125.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 172 (67.58% from 255) = 65.65%
R=20.61%
G=13.74%
B=65.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54361720.690.7900.33247.9465.3840.78
Hex3624AC454F021f84129
Octal664425410511704137010151
Binary11011010010010101100100010110011110100001111110001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3624AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3624AC; }

 p { color: rgb(54,36,172); }

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

<style>
 a { background-color: #3624AC; }

 a { background-color: rgb(54,36,172); }

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

<style>
 span { border-color: #3624AC; }

 span { border-color: rgb(54,36,172); }

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