#361EA0

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

Shades of Blue Gem #361EA0

Tints of Blue Gem #361EA0

Color information

#361EA0 (or 0x361EA0) is unknown color: approx Blue Gem. HEX triplet: 36, 1E and A0. RGB value is (54,30,160). Sum of RGB (Red+Green+Blue) = 54+30+160=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 160 (62.89% from 255 or 65.57% from 244); Max value from RGB is 160 - color contains mainly: blue. Hex color #361EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361EA0 is #C9E15F. Grayscale: #333333. Windows color (decimal): -13230432 or 10493494. OLE color: 10493494.

HSL color Cylindrical-coordinate representation of color #361EA0: hue angle of 251.08º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361EA0 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5430160-
CMYK0.660.8100.37
HSL251.08º68.42%37.25%-
HSV(B)251.08º81.25%62.75%-
XYZ8.334.2533.64-
YUV52188.95129.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 160 (62.89% from 255) = 65.57%
R=22.13%
G=12.30%
B=65.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54301600.660.8100.37251.0868.4237.25
Hex361EA04251025fb4425
Octal663624010212104537310445
Binary1101101111010100000100001010100010100101111110111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,30,160); }

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

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

 a { background-color: rgb(54,30,160); }

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

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

 span { border-color: rgb(54,30,160); }

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