#41389B

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

Shades of Blue Gem #41389B

Tints of Blue Gem #41389B

Color information

#41389B (or 0x41389B) is unknown color: approx Blue Gem. HEX triplet: 41, 38 and 9B. RGB value is (65,56,155). Sum of RGB (Red+Green+Blue) = 65+56+155=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #41389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41389B is #BEC764. Grayscale: #454545. Windows color (decimal): -12502885 or 10172481. OLE color: 10172481.

HSL color Cylindrical-coordinate representation of color #41389B: hue angle of 245.45º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41389B is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6556155-
CMYK0.580.6400.39
HSL245.45º46.92%41.37%-
HSV(B)245.45º63.87%60.78%-
XYZ9.516.3231.73-
YUV69.98175.98124.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=23.55%
G=20.29%
B=56.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65561550.580.6400.39245.4546.9241.37
Hex41389B3A40027f52f29
Octal10170233721000473655751
Binary1000001111000100110111110101000000010011111110101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41389B; }

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

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

<style>
 a { background-color: #41389B; }

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

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

<style>
 span { border-color: #41389B; }

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

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