Html Css Color HEX #361CAC Blue Gem

📋 copy color: '#361CAC'

red 54 ◦ green 28 ◦ blue 172

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

Shades of Blue Gem #361CAC

Tints of Blue Gem #361CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.02%

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

R = 21.26%
G = 11.02%
B = 67.72%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#361CAC (or 0x361CAC) is known color: Blue Gem. HEX triplet: 36, 1C and AC. RGB value is (54,28,172). Sum of RGB (Red+Green+Blue) = 54+28+172=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #361CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361CAC is #C9E353. Grayscale: #333333. Windows color (decimal): -13230932 or 11279414. OLE color: 11279414.

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

Color convert

RGB 54 28 172 -
CMYK 0.69 0.84 0 0.33
HSL 250.83º 0.72% 0.39% -
HSV(B) 250.83º 0.84% 0.67% -
XYZ 9.38 4.59 39.42 -
YUV 52.19 195.61 129.29 -
System Red Green Blue C M Y K H S L
Decimal 54 28 172 0.69 0.84 0 0.33 250.83 0.72 0.39
Hex 36 1C AC 45 54 0 21 FB 48 27
Octal 66 34 254 105 124 0 41 373 110 47
Binary 110110 11100 10101100 1000101 1010100 0 100001 11111011 1001000 100111

Color Harmonies of #361CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CAC

Black with #361CAC

Text Example


Text Example

White with #361CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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