#361FA8

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

Shades of Blue Gem #361FA8

Tints of Blue Gem #361FA8

Color information

#361FA8 (or 0x361FA8) is unknown color: approx Blue Gem. HEX triplet: 36, 1F and A8. RGB value is (54,31,168). Sum of RGB (Red+Green+Blue) = 54+31+168=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 168 (66.02% from 255 or 66.40% from 253); Max value from RGB is 168 - color contains mainly: blue. Hex color #361FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361FA8 is #C9E057. Grayscale: #343434. Windows color (decimal): -13230168 or 11018038. OLE color: 11018038.

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

Color convert

RGB5431168-
CMYK0.680.8200.34
HSL250.07º68.84%39.02%-
HSV(B)250.07º81.55%65.88%-
XYZ9.084.5937.45-
YUV53.5192.62128.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 31 (12.5% from 255) = 12.25%
BLUE value IS 168 (66.02% from 255) = 66.40%
R=21.34%
G=12.25%
B=66.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal54311680.680.8200.34250.0768.8439.02
Hex361FA84452022fa4527
Octal663725010412204237210547
Binary1101101111110101000100010010100100100010111110101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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