#361AAE

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

Shades of Blue Gem #361AAE

Tints of Blue Gem #361AAE

Color information

#361AAE (or 0x361AAE) is unknown color: approx Blue Gem. HEX triplet: 36, 1A and AE. RGB value is (54,26,174). Sum of RGB (Red+Green+Blue) = 54+26+174=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #361AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361AAE is #C9E551. Grayscale: #323232. Windows color (decimal): -13231442 or 11409974. OLE color: 11409974.

HSL color Cylindrical-coordinate representation of color #361AAE: hue angle of 251.35º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361AAE is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5426174-
CMYK0.690.8500.32
HSL251.35º74%39.22%-
HSV(B)251.35º85.06%68.24%-
XYZ9.534.5840.43-
YUV51.24197.28129.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 26 (10.55% from 255) = 10.24%
BLUE value IS 174 (68.36% from 255) = 68.50%
R=21.26%
G=10.24%
B=68.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54261740.690.8500.32251.357439.22
Hex361AAE4555020fb4a27
Octal663225610512504037311247
Binary1101101101010101110100010110101010100000111110111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361AAE; }

 p { color: rgb(54,26,174); }

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

<style>
 a { background-color: #361AAE; }

 a { background-color: rgb(54,26,174); }

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

<style>
 span { border-color: #361AAE; }

 span { border-color: rgb(54,26,174); }

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