#413BAE

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

Shades of Blue Gem #413BAE

Tints of Blue Gem #413BAE

Color information

#413BAE (or 0x413BAE) is unknown color: approx Blue Gem. HEX triplet: 41, 3B and AE. RGB value is (65,59,174). Sum of RGB (Red+Green+Blue) = 65+59+174=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #413BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413BAE is #BEC451. Grayscale: #494949. Windows color (decimal): -12502098 or 11418433. OLE color: 11418433.

HSL color Cylindrical-coordinate representation of color #413BAE: hue angle of 243.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413BAE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6559174-
CMYK0.630.6600.32
HSL243.13º49.36%45.69%-
HSV(B)243.13º66.09%68.24%-
XYZ11.387.3140.85-
YUV73.9184.49121.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 59 (23.44% from 255) = 19.80%
BLUE value IS 174 (68.36% from 255) = 58.39%
R=21.81%
G=19.80%
B=58.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65591740.630.6600.32243.1349.3645.69
Hex413BAE3F42020f3312e
Octal10173256771020403636156
Binary1000001111011101011101111111000010010000011110011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413BAE; }

 p { color: rgb(65,59,174); }

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

<style>
 a { background-color: #413BAE; }

 a { background-color: rgb(65,59,174); }

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

<style>
 span { border-color: #413BAE; }

 span { border-color: rgb(65,59,174); }

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