Html Css Color HEX #361BAC Blue Gem

📋 copy color: '#361BAC'

red 54 ◦ green 27 ◦ blue 172

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

Shades of Blue Gem #361BAC

Tints of Blue Gem #361BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.67%

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

R = 21.34%
G = 10.67%
B = 67.98%

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

#361BAC (or 0x361BAC) is known color: Blue Gem. HEX triplet: 36, 1B and AC. RGB value is (54,27,172). Sum of RGB (Red+Green+Blue) = 54+27+172=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #361BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361BAC is #C9E453. Grayscale: #333333. Windows color (decimal): -13231188 or 11279158. OLE color: 11279158.

HSL color Cylindrical-coordinate representation of color #361BAC: hue angle of 251.17º degrees, saturation: 0.73, 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 #361BAC is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 27 172 -
CMYK 0.69 0.84 0 0.33
HSL 251.17º 0.73% 0.39% -
HSV(B) 251.17º 0.84% 0.67% -
XYZ 9.36 4.55 39.41 -
YUV 51.6 195.95 129.71 -
System Red Green Blue C M Y K H S L
Decimal 54 27 172 0.69 0.84 0 0.33 251.17 0.73 0.39
Hex 36 1B AC 45 54 0 21 FB 49 27
Octal 66 33 254 105 124 0 41 373 111 47
Binary 110110 11011 10101100 1000101 1010100 0 100001 11111011 1001001 100111

Color Harmonies of #361BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BAC

Black with #361BAC

Text Example


Text Example

White with #361BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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