Html Css Color HEX #361BAD Blue Gem

📋 copy color: '#361BAD'

red 54 ◦ green 27 ◦ blue 173

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

Shades of Blue Gem #361BAD

Tints of Blue Gem #361BAD

RGB

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

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

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

R = 21.26%
G = 10.63%
B = 68.11%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#361BAD (or 0x361BAD) is known color: Blue Gem. HEX triplet: 36, 1B and AD. RGB value is (54,27,173). Sum of RGB (Red+Green+Blue) = 54+27+173=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #361BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361BAD is #C9E452. Grayscale: #333333. Windows color (decimal): -13231187 or 11344694. OLE color: 11344694.

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

Color convert

RGB 54 27 173 -
CMYK 0.69 0.84 0 0.32
HSL 251.1º 0.73% 0.39% -
HSV(B) 251.1º 0.84% 0.68% -
XYZ 9.46 4.59 39.92 -
YUV 51.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 54 27 173 0.69 0.84 0 0.32 251.1 0.73 0.39
Hex 36 1B AD 45 54 0 20 FB 49 27
Octal 66 33 255 105 124 0 40 373 111 47
Binary 110110 11011 10101101 1000101 1010100 0 100000 11111011 1001001 100111

Color Harmonies of #361BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BAD

Black with #361BAD

Text Example


Text Example

White with #361BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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