#36269E

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

Shades of Blue Gem #36269E

Tints of Blue Gem #36269E

Color information

#36269E (or 0x36269E) is unknown color: approx Blue Gem. HEX triplet: 36, 26 and 9E. RGB value is (54,38,158). Sum of RGB (Red+Green+Blue) = 54+38+158=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #36269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36269E is #C9D961. Grayscale: #383838. Windows color (decimal): -13228386 or 10364470. OLE color: 10364470.

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

Color convert

RGB5438158-
CMYK0.660.7600.38
HSL248º61.22%38.43%-
HSV(B)248º75.95%61.96%-
XYZ8.394.6432.8-
YUV56.46185.3126.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 158 (62.11% from 255) = 63.2%
R=21.6%
G=15.2%
B=63.2%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54381580.660.7600.3824861.2238.43
Hex36269E424C026f83d26
Octal66462361021140463707546
Binary1101101001101001111010000101001100010011011111000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36269E; }

 p { color: rgb(54,38,158); }

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

<style>
 a { background-color: #36269E; }

 a { background-color: rgb(54,38,158); }

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

<style>
 span { border-color: #36269E; }

 span { border-color: rgb(54,38,158); }

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