#361DAD

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

Shades of Blue Gem #361DAD

Tints of Blue Gem #361DAD

Color information

#361DAD (or 0x361DAD) is unknown color: approx Blue Gem. HEX triplet: 36, 1D and AD. RGB value is (54,29,173). Sum of RGB (Red+Green+Blue) = 54+29+173=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #361DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361DAD is #C9E252. Grayscale: #343434. Windows color (decimal): -13230675 or 11345206. OLE color: 11345206.

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

Color convert

RGB5429173-
CMYK0.690.8300.32
HSL250.42º71.29%39.61%-
HSV(B)250.42º83.24%67.84%-
XYZ9.54.6839.94-
YUV52.89195.78128.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 29 (11.72% from 255) = 11.33%
BLUE value IS 173 (67.97% from 255) = 67.58%
R=21.09%
G=11.33%
B=67.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54291730.690.8300.32250.4271.2939.61
Hex361DAD4553020fa4728
Octal663525510512304037210750
Binary1101101110110101101100010110100110100000111110101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,29,173); }

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

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

 a { background-color: rgb(54,29,173); }

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

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

 span { border-color: rgb(54,29,173); }

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