Html Css Color HEX #361CAB Blue Gem

📋 copy color: '#361CAB'

red 54 ◦ green 28 ◦ blue 171

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

Shades of Blue Gem #361CAB

Tints of Blue Gem #361CAB

RGB

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

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

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

R = 21.34%
G = 11.07%
B = 67.59%

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

#361CAB (or 0x361CAB) is known color: Blue Gem. HEX triplet: 36, 1C and AB. RGB value is (54,28,171). Sum of RGB (Red+Green+Blue) = 54+28+171=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #361CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361CAB is #C9E354. Grayscale: #333333. Windows color (decimal): -13230933 or 11213878. OLE color: 11213878.

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

Color convert

RGB 54 28 171 -
CMYK 0.68 0.84 0 0.33
HSL 250.91º 0.72% 0.39% -
HSV(B) 250.91º 0.84% 0.67% -
XYZ 9.29 4.56 38.92 -
YUV 52.08 195.11 129.37 -
System Red Green Blue C M Y K H S L
Decimal 54 28 171 0.68 0.84 0 0.33 250.91 0.72 0.39
Hex 36 1C AB 44 54 0 21 FB 48 27
Octal 66 34 253 104 124 0 41 373 110 47
Binary 110110 11100 10101011 1000100 1010100 0 100001 11111011 1001000 100111

Color Harmonies of #361CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CAB

Black with #361CAB

Text Example


Text Example

White with #361CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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