#36249D

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

Shades of Blue Gem #36249D

Tints of Blue Gem #36249D

Color information

#36249D (or 0x36249D) is unknown color: approx Blue Gem. HEX triplet: 36, 24 and 9D. RGB value is (54,36,157). Sum of RGB (Red+Green+Blue) = 54+36+157=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #36249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36249D is #C9DB62. Grayscale: #363636. Windows color (decimal): -13228899 or 10298422. OLE color: 10298422.

HSL color Cylindrical-coordinate representation of color #36249D: hue angle of 248.93º degrees, saturation: 0.63, 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 #36249D is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5436157-
CMYK0.660.7700.38
HSL248.93º62.69%37.84%-
HSV(B)248.93º77.07%61.57%-
XYZ8.244.4832.33-
YUV55.18185.46127.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 157 (61.72% from 255) = 63.56%
R=21.86%
G=14.57%
B=63.56%

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
Decimal54361570.660.7700.38248.9362.6937.84
Hex36249D424D026f93f26
Octal66442351021150463717746
Binary1101101001001001110110000101001101010011011111001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36249D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,36,157); }

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

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

 a { background-color: rgb(54,36,157); }

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

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

 span { border-color: rgb(54,36,157); }

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