#36259F

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

Shades of Blue Gem #36259F

Tints of Blue Gem #36259F

Color information

#36259F (or 0x36259F) is unknown color: approx Blue Gem. HEX triplet: 36, 25 and 9F. RGB value is (54,37,159). Sum of RGB (Red+Green+Blue) = 54+37+159=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #36259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36259F is #C9DA60. Grayscale: #373737. Windows color (decimal): -13228641 or 10429750. OLE color: 10429750.

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

Color convert

RGB5437159-
CMYK0.660.7700.38
HSL248.36º62.24%38.43%-
HSV(B)248.36º76.73%62.35%-
XYZ8.444.6133.25-
YUV55.99186.13126.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 159 (62.5% from 255) = 63.6%
R=21.6%
G=14.8%
B=63.6%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54371590.660.7700.38248.3662.2438.43
Hex36259F424D026f83e26
Octal66452371021150463707646
Binary1101101001011001111110000101001101010011011111000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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