#361FAE

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

Shades of Blue Gem #361FAE

Tints of Blue Gem #361FAE

Color information

#361FAE (or 0x361FAE) is unknown color: approx Blue Gem. HEX triplet: 36, 1F and AE. RGB value is (54,31,174). Sum of RGB (Red+Green+Blue) = 54+31+174=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #361FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361FAE is #C9E051. Grayscale: #353535. Windows color (decimal): -13230162 or 11411254. OLE color: 11411254.

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

Color convert

RGB5431174-
CMYK0.690.8200.32
HSL249.65º69.76%40.2%-
HSV(B)249.65º82.18%68.24%-
XYZ9.654.8240.47-
YUV54.18195.62127.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=20.85%
G=11.97%
B=67.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54311740.690.8200.32249.6569.7640.2
Hex361FAE4552020fa4628
Octal663725610512204037210650
Binary1101101111110101110100010110100100100000111110101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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