Html Css Color HEX #361AAD Blue Gem

📋 copy color: '#361AAD'

red 54 ◦ green 26 ◦ blue 173

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

Shades of Blue Gem #361AAD

Tints of Blue Gem #361AAD

RGB

 RED value IS 54 (21.48% from 255) = 21.34%

 GREEN value IS 26 (10.55% from 255) = 10.28%

 BLUE value IS 173 (67.97% from 255) = 68.38%

R = 21.34%
G = 10.28%
B = 68.38%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#361AAD (or 0x361AAD) is known color: Blue Gem. HEX triplet: 36, 1A and AD. RGB value is (54,26,173). Sum of RGB (Red+Green+Blue) = 54+26+173=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #361AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361AAD is #C9E552. Grayscale: #323232. Windows color (decimal): -13231443 or 11344438. OLE color: 11344438.

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

Color convert

RGB 54 26 173 -
CMYK 0.69 0.85 0 0.32
HSL 251.43º 0.74% 0.39% -
HSV(B) 251.43º 0.85% 0.68% -
XYZ 9.43 4.54 39.91 -
YUV 51.13 196.78 130.05 -
System Red Green Blue C M Y K H S L
Decimal 54 26 173 0.69 0.85 0 0.32 251.43 0.74 0.39
Hex 36 1A AD 45 55 0 20 FB 4A 27
Octal 66 32 255 105 125 0 40 373 112 47
Binary 110110 11010 10101101 1000101 1010101 0 100000 11111011 1001010 100111

Color Harmonies of #361AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AAD

Black with #361AAD

Text Example


Text Example

White with #361AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #361AAD;
 }
 .AnyTagClassName
 {
   color: #361AAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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