#361EAB

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

Shades of Blue Gem #361EAB

Tints of Blue Gem #361EAB

Color information

#361EAB (or 0x361EAB) is unknown color: approx Blue Gem. HEX triplet: 36, 1E and AB. RGB value is (54,30,171). Sum of RGB (Red+Green+Blue) = 54+30+171=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #361EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361EAB is #C9E154. Grayscale: #343434. Windows color (decimal): -13230421 or 11214390. OLE color: 11214390.

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

Color convert

RGB5430171-
CMYK0.680.8200.33
HSL250.21º70.15%39.41%-
HSV(B)250.21º82.46%67.06%-
XYZ9.344.6538.93-
YUV53.25194.45128.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 30 (12.11% from 255) = 11.76%
BLUE value IS 171 (67.19% from 255) = 67.06%
R=21.18%
G=11.76%
B=67.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54301710.680.8200.33250.2170.1539.41
Hex361EAB4452021fa4627
Octal663625310412204137210647
Binary1101101111010101011100010010100100100001111110101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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