#36259C

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

Shades of Blue Gem #36259C

Tints of Blue Gem #36259C

Color information

#36259C (or 0x36259C) is unknown color: approx Blue Gem. HEX triplet: 36, 25 and 9C. RGB value is (54,37,156). Sum of RGB (Red+Green+Blue) = 54+37+156=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #36259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36259C is #C9DA63. Grayscale: #373737. Windows color (decimal): -13228644 or 10233142. OLE color: 10233142.

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

Color convert

RGB5437156-
CMYK0.650.7600.39
HSL248.57º61.66%37.84%-
HSV(B)248.57º76.28%61.18%-
XYZ8.184.5131.89-
YUV55.65184.63126.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=21.86%
G=14.98%
B=63.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54371560.650.7600.39248.5761.6637.84
Hex36259C414C027f93e26
Octal66452341011140473717646
Binary1101101001011001110010000011001100010011111111001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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