#41359F

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

Shades of Blue Gem #41359F

Tints of Blue Gem #41359F

Color information

#41359F (or 0x41359F) is unknown color: approx Blue Gem. HEX triplet: 41, 35 and 9F. RGB value is (65,53,159). Sum of RGB (Red+Green+Blue) = 65+53+159=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #41359F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41359F is #BECA60. Grayscale: #444444. Windows color (decimal): -12503649 or 10433857. OLE color: 10433857.

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

Color convert

RGB6553159-
CMYK0.590.6700.38
HSL246.79º50%41.57%-
HSV(B)246.79º66.67%62.35%-
XYZ9.716.1733.48-
YUV68.67178.98125.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=23.47%
G=19.13%
B=57.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65531590.590.6700.38246.795041.57
Hex41359F3B43026f7322a
Octal10165237731030463676252
Binary1000001110101100111111110111000011010011011110111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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