#4036AB

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

Shades of Blue Gem #4036AB

Tints of Blue Gem #4036AB

Color information

#4036AB (or 0x4036AB) is unknown color: approx Blue Gem. HEX triplet: 40, 36 and AB. RGB value is (64,54,171). Sum of RGB (Red+Green+Blue) = 64+54+171=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #4036AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4036AB is #BFC954. Grayscale: #454545. Windows color (decimal): -12568917 or 11220544. OLE color: 11220544.

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

Color convert

RGB6454171-
CMYK0.630.6800.33
HSL245.13º52%44.12%-
HSV(B)245.13º68.42%67.06%-
XYZ10.786.6739.25-
YUV70.33184.81123.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=22.15%
G=18.69%
B=59.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64541710.630.6800.33245.135244.12
Hex4036AB3F44021f5342c
Octal10066253771040413656454
Binary1000000110110101010111111111000100010000111110101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4036AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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