#361BA8

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

Shades of Blue Gem #361BA8

Tints of Blue Gem #361BA8

Color information

#361BA8 (or 0x361BA8) is unknown color: approx Blue Gem. HEX triplet: 36, 1B and A8. RGB value is (54,27,168). Sum of RGB (Red+Green+Blue) = 54+27+168=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 168 (66.02% from 255 or 67.47% from 249); Max value from RGB is 168 - color contains mainly: blue. Hex color #361BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361BA8 is #C9E457. Grayscale: #323232. Windows color (decimal): -13231192 or 11017014. OLE color: 11017014.

HSL color Cylindrical-coordinate representation of color #361BA8: hue angle of 251.49º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361BA8 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5427168-
CMYK0.680.8400.34
HSL251.49º72.31%38.24%-
HSV(B)251.49º83.93%65.88%-
XYZ8.984.437.42-
YUV51.15193.95130.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 27 (10.94% from 255) = 10.84%
BLUE value IS 168 (66.02% from 255) = 67.47%
R=21.69%
G=10.84%
B=67.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal54271680.680.8400.34251.4972.3138.24
Hex361BA84454022fb4826
Octal663325010412404237311046
Binary1101101101110101000100010010101000100010111110111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,27,168); }

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

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

 a { background-color: rgb(54,27,168); }

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

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

 span { border-color: rgb(54,27,168); }

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