#4037AB

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

Shades of Blue Gem #4037AB

Tints of Blue Gem #4037AB

Color information

#4037AB (or 0x4037AB) is unknown color: approx Blue Gem. HEX triplet: 40, 37 and AB. RGB value is (64,55,171). Sum of RGB (Red+Green+Blue) = 64+55+171=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #4037AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4037AB is #BFC854. Grayscale: #464646. Windows color (decimal): -12568661 or 11220800. OLE color: 11220800.

HSL color Cylindrical-coordinate representation of color #4037AB: hue angle of 244.66º degrees, saturation: 0.51, 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 #4037AB is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6455171-
CMYK0.630.6800.33
HSL244.66º51.33%44.31%-
HSV(B)244.66º67.84%67.06%-
XYZ10.836.7639.26-
YUV70.91184.48123.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 171 (67.19% from 255) = 58.97%
R=22.07%
G=18.97%
B=58.97%

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
Decimal64551710.630.6800.33244.6651.3344.31
Hex4037AB3F44021f5332c
Octal10067253771040413656354
Binary1000000110111101010111111111000100010000111110101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4037AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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