#41379D

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

Shades of Blue Gem #41379D

Tints of Blue Gem #41379D

Color information

#41379D (or 0x41379D) is unknown color: approx Blue Gem. HEX triplet: 41, 37 and 9D. RGB value is (65,55,157). Sum of RGB (Red+Green+Blue) = 65+55+157=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #41379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41379D is #BEC862. Grayscale: #454545. Windows color (decimal): -12503139 or 10303297. OLE color: 10303297.

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

Color convert

RGB6555157-
CMYK0.590.6500.38
HSL245.88º48.11%41.57%-
HSV(B)245.88º64.97%61.57%-
XYZ9.636.2932.6-
YUV69.62177.31124.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 157 (61.72% from 255) = 56.68%
R=23.47%
G=19.86%
B=56.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65551570.590.6500.38245.8848.1141.57
Hex41379D3B41026f6302a
Octal10167235731010463666052
Binary1000001110111100111011110111000001010011011110110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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