#41369F

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

Shades of Blue Gem #41369F

Tints of Blue Gem #41369F

Color information

#41369F (or 0x41369F) is unknown color: approx Blue Gem. HEX triplet: 41, 36 and 9F. RGB value is (65,54,159). Sum of RGB (Red+Green+Blue) = 65+54+159=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #41369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41369F is #BEC960. Grayscale: #444444. Windows color (decimal): -12503393 or 10434113. OLE color: 10434113.

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

Color convert

RGB6554159-
CMYK0.590.6600.38
HSL246.29º49.3%41.76%-
HSV(B)246.29º66.04%62.35%-
XYZ9.766.2733.5-
YUV69.26178.64124.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 54 (21.48% from 255) = 19.42%
BLUE value IS 159 (62.5% from 255) = 57.19%
R=23.38%
G=19.42%
B=57.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65541590.590.6600.38246.2949.341.76
Hex41369F3B42026f6312a
Octal10166237731020463666152
Binary1000001110110100111111110111000010010011011110110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41369F; }

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

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

<style>
 a { background-color: #41369F; }

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

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

<style>
 span { border-color: #41369F; }

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

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