#3629AB

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

Shades of Blue Gem #3629AB

Tints of Blue Gem #3629AB

Color information

#3629AB (or 0x3629AB) is unknown color: approx Blue Gem. HEX triplet: 36, 29 and AB. RGB value is (54,41,171). Sum of RGB (Red+Green+Blue) = 54+41+171=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #3629AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3629AB is #C9D654. Grayscale: #3B3B3B. Windows color (decimal): -13227605 or 11217206. OLE color: 11217206.

HSL color Cylindrical-coordinate representation of color #3629AB: hue angle of 246º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3629AB is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5441171-
CMYK0.680.7600.33
HSL246º61.32%41.57%-
HSV(B)246º76.02%67.06%-
XYZ9.665.3139.04-
YUV59.71190.81123.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 171 (67.19% from 255) = 64.29%
R=20.30%
G=15.41%
B=64.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54411710.680.7600.3324661.3241.57
Hex3629AB444C021f63d2a
Octal66512531041140413667552
Binary1101101010011010101110001001001100010000111110110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3629AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3629AB; }

 p { color: rgb(54,41,171); }

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

<style>
 a { background-color: #3629AB; }

 a { background-color: rgb(54,41,171); }

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

<style>
 span { border-color: #3629AB; }

 span { border-color: rgb(54,41,171); }

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