#41389D

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

Shades of Blue Gem #41389D

Tints of Blue Gem #41389D

Color information

#41389D (or 0x41389D) is unknown color: approx Blue Gem. HEX triplet: 41, 38 and 9D. RGB value is (65,56,157). Sum of RGB (Red+Green+Blue) = 65+56+157=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #41389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41389D is #BEC762. Grayscale: #454545. Windows color (decimal): -12502883 or 10303553. OLE color: 10303553.

HSL color Cylindrical-coordinate representation of color #41389D: hue angle of 245.35º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41389D is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6556157-
CMYK0.590.6400.38
HSL245.35º47.42%41.76%-
HSV(B)245.35º64.33%61.57%-
XYZ9.686.3932.62-
YUV70.2176.98124.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 157 (61.72% from 255) = 56.47%
R=23.38%
G=20.14%
B=56.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65561570.590.6400.38245.3547.4241.76
Hex41389D3B40026f52f2a
Octal10170235731000463655752
Binary1000001111000100111011110111000000010011011110101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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