Html Css Color HEX #361FAC Blue Gem

📋 copy color: '#361FAC'

red 54 ◦ green 31 ◦ blue 172

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

Shades of Blue Gem #361FAC

Tints of Blue Gem #361FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.06%

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

R = 21.01%
G = 12.06%
B = 66.93%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#361FAC (or 0x361FAC) is known color: Blue Gem. HEX triplet: 36, 1F and AC. RGB value is (54,31,172). Sum of RGB (Red+Green+Blue) = 54+31+172=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #361FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361FAC is #C9E053. Grayscale: #353535. Windows color (decimal): -13230164 or 11280182. OLE color: 11280182.

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

Color convert

RGB 54 31 172 -
CMYK 0.69 0.82 0 0.33
HSL 249.79º 0.69% 0.4% -
HSV(B) 249.79º 0.82% 0.67% -
XYZ 9.46 4.74 39.45 -
YUV 53.95 194.62 128.04 -
System Red Green Blue C M Y K H S L
Decimal 54 31 172 0.69 0.82 0 0.33 249.79 0.69 0.4
Hex 36 1F AC 45 52 0 21 FA 45 28
Octal 66 37 254 105 122 0 41 372 105 50
Binary 110110 11111 10101100 1000101 1010010 0 100001 11111010 1000101 101000

Color Harmonies of #361FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361FAC

Black with #361FAC

Text Example


Text Example

White with #361FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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