Html Css Color HEX #361FAB Blue Gem

📋 copy color: '#361FAB'

red 54 ◦ green 31 ◦ blue 171

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

Shades of Blue Gem #361FAB

Tints of Blue Gem #361FAB

RGB

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

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

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

R = 21.09%
G = 12.11%
B = 66.8%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#361FAB (or 0x361FAB) is known color: Blue Gem. HEX triplet: 36, 1F and AB. RGB value is (54,31,171). Sum of RGB (Red+Green+Blue) = 54+31+171=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #361FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361FAB is #C9E054. Grayscale: #353535. Windows color (decimal): -13230165 or 11214646. OLE color: 11214646.

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

Color convert

RGB 54 31 171 -
CMYK 0.68 0.82 0 0.33
HSL 249.86º 0.69% 0.4% -
HSV(B) 249.86º 0.82% 0.67% -
XYZ 9.36 4.7 38.94 -
YUV 53.84 194.12 128.12 -
System Red Green Blue C M Y K H S L
Decimal 54 31 171 0.68 0.82 0 0.33 249.86 0.69 0.4
Hex 36 1F AB 44 52 0 21 FA 45 28
Octal 66 37 253 104 122 0 41 372 105 50
Binary 110110 11111 10101011 1000100 1010010 0 100001 11111010 1000101 101000

Color Harmonies of #361FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361FAB

Black with #361FAB

Text Example


Text Example

White with #361FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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