Html Css Color HEX #361DAD Blue Gem

📋 copy color: '#361DAD'

red 54 ◦ green 29 ◦ blue 173

#361DAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #361DAD

Tints of Blue Gem #361DAD

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 value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#361DAD (or 0x361DAD) is known color: 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

RGB 54 29 173 -
CMYK 0.69 0.83 0 0.32
HSL 250.42º 0.71% 0.4% -
HSV(B) 250.42º 0.83% 0.68% -
XYZ 9.5 4.68 39.94 -
YUV 52.89 195.78 128.79 -
System Red Green Blue C M Y K H S L
Decimal 54 29 173 0.69 0.83 0 0.32 250.42 0.71 0.4
Hex 36 1D AD 45 53 0 20 FA 47 28
Octal 66 35 255 105 123 0 40 372 107 50
Binary 110110 11101 10101101 1000101 1010011 0 100000 11111010 1000111 101000

Color Harmonies of #361DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361DAD

Black with #361DAD

Text Example


Text Example

White with #361DAD

Text Example


Text Example

HTML Codes & Css Web 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>