#4136AD

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

Shades of Blue Gem #4136AD

Tints of Blue Gem #4136AD

Color information

#4136AD (or 0x4136AD) is unknown color: approx Blue Gem. HEX triplet: 41, 36 and AD. RGB value is (65,54,173). Sum of RGB (Red+Green+Blue) = 65+54+173=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #4136AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4136AD is #BEC952. Grayscale: #464646. Windows color (decimal): -12503379 or 11351617. OLE color: 11351617.

HSL color Cylindrical-coordinate representation of color #4136AD: hue angle of 245.55º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4136AD is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6554173-
CMYK0.620.6900.32
HSL245.55º52.42%44.51%-
HSV(B)245.55º68.79%67.84%-
XYZ11.046.7840.26-
YUV70.85185.64123.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 54 (21.48% from 255) = 18.49%
BLUE value IS 173 (67.97% from 255) = 59.25%
R=22.26%
G=18.49%
B=59.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65541730.620.6900.32245.5552.4244.51
Hex4136AD3E45020f6342d
Octal10166255761050403666455
Binary1000001110110101011011111101000101010000011110110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4136AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4136AD; }

 p { color: rgb(65,54,173); }

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

<style>
 a { background-color: #4136AD; }

 a { background-color: rgb(65,54,173); }

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

<style>
 span { border-color: #4136AD; }

 span { border-color: rgb(65,54,173); }

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