Html Css Color HEX #361AAF Blue Gem

📋 copy color: '#361AAF'

red 54 ◦ green 26 ◦ blue 175

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

Shades of Blue Gem #361AAF

Tints of Blue Gem #361AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.2%

 BLUE value IS 175 (68.75% from 255) = 68.63%

R = 21.18%
G = 10.2%
B = 68.63%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#361AAF (or 0x361AAF) is known color: Blue Gem. HEX triplet: 36, 1A and AF. RGB value is (54,26,175). Sum of RGB (Red+Green+Blue) = 54+26+175=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #361AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361AAF is #C9E550. Grayscale: #323232. Windows color (decimal): -13231441 or 11475510. OLE color: 11475510.

HSL color Cylindrical-coordinate representation of color #361AAF: hue angle of 251.28º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361AAF is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 26 175 -
CMYK 0.69 0.85 0 0.31
HSL 251.28º 0.74% 0.39% -
HSV(B) 251.28º 0.85% 0.69% -
XYZ 9.63 4.62 40.94 -
YUV 51.36 197.78 129.88 -
System Red Green Blue C M Y K H S L
Decimal 54 26 175 0.69 0.85 0 0.31 251.28 0.74 0.39
Hex 36 1A AF 45 55 0 1F FB 4A 27
Octal 66 32 257 105 125 0 37 373 112 47
Binary 110110 11010 10101111 1000101 1010101 0 11111 11111011 1001010 100111

Color Harmonies of #361AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AAF

Black with #361AAF

Text Example


Text Example

White with #361AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,26,175); }

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

background-color css

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

 a { background-color: rgb(54,26,175); }

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

border-color css

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

 span { border-color: rgb(54,26,175); }

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