Html Css Color HEX #361AAC Blue Gem

📋 copy color: '#361AAC'

red 54 ◦ green 26 ◦ blue 172

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

Shades of Blue Gem #361AAC

Tints of Blue Gem #361AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 21.43%
G = 10.32%
B = 68.25%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#361AAC (or 0x361AAC) is known color: Blue Gem. HEX triplet: 36, 1A and AC. RGB value is (54,26,172). Sum of RGB (Red+Green+Blue) = 54+26+172=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #361AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361AAC is #C9E553. Grayscale: #323232. Windows color (decimal): -13231444 or 11278902. OLE color: 11278902.

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

Color convert

RGB 54 26 172 -
CMYK 0.69 0.85 0 0.33
HSL 251.51º 0.74% 0.39% -
HSV(B) 251.51º 0.85% 0.67% -
XYZ 9.34 4.5 39.41 -
YUV 51.02 196.28 130.13 -
System Red Green Blue C M Y K H S L
Decimal 54 26 172 0.69 0.85 0 0.33 251.51 0.74 0.39
Hex 36 1A AC 45 55 0 21 FC 4A 27
Octal 66 32 254 105 125 0 41 374 112 47
Binary 110110 11010 10101100 1000101 1010101 0 100001 11111100 1001010 100111

Color Harmonies of #361AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AAC

Black with #361AAC

Text Example


Text Example

White with #361AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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