#4138AB

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

Shades of Blue Gem #4138AB

Tints of Blue Gem #4138AB

Color information

#4138AB (or 0x4138AB) is unknown color: approx Blue Gem. HEX triplet: 41, 38 and AB. RGB value is (65,56,171). Sum of RGB (Red+Green+Blue) = 65+56+171=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #4138AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4138AB is #BEC754. Grayscale: #474747. Windows color (decimal): -12502869 or 11221057. OLE color: 11221057.

HSL color Cylindrical-coordinate representation of color #4138AB: hue angle of 244.7º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4138AB is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6556171-
CMYK0.620.6700.33
HSL244.7º50.66%44.51%-
HSV(B)244.7º67.25%67.06%-
XYZ10.946.8939.28-
YUV71.8183.98123.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 171 (67.19% from 255) = 58.56%
R=22.26%
G=19.18%
B=58.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65561710.620.6700.33244.750.6644.51
Hex4138AB3E43021f5332d
Octal10170253761030413656355
Binary1000001111000101010111111101000011010000111110101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4138AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,56,171); }

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

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

 a { background-color: rgb(65,56,171); }

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

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

 span { border-color: rgb(65,56,171); }

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