Html Css Color HEX #361BAB Blue Gem

📋 copy color: '#361BAB'

red 54 ◦ green 27 ◦ blue 171

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

Shades of Blue Gem #361BAB

Tints of Blue Gem #361BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 21.43%
G = 10.71%
B = 67.86%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#361BAB (or 0x361BAB) is known color: Blue Gem. HEX triplet: 36, 1B and AB. RGB value is (54,27,171). Sum of RGB (Red+Green+Blue) = 54+27+171=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #361BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361BAB is #C9E454. Grayscale: #323232. Windows color (decimal): -13231189 or 11213622. OLE color: 11213622.

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

Color convert

RGB 54 27 171 -
CMYK 0.68 0.84 0 0.33
HSL 251.25º 0.73% 0.39% -
HSV(B) 251.25º 0.84% 0.67% -
XYZ 9.26 4.51 38.91 -
YUV 51.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 54 27 171 0.68 0.84 0 0.33 251.25 0.73 0.39
Hex 36 1B AB 44 54 0 21 FB 49 27
Octal 66 33 253 104 124 0 41 373 111 47
Binary 110110 11011 10101011 1000100 1010100 0 100001 11111011 1001001 100111

Color Harmonies of #361BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BAB

Black with #361BAB

Text Example


Text Example

White with #361BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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