Html Css Color HEX #361DAE Blue Gem

📋 copy color: '#361DAE'

red 54 ◦ green 29 ◦ blue 174

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

Shades of Blue Gem #361DAE

Tints of Blue Gem #361DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.28%

 BLUE value IS 174 (68.36% from 255) = 67.7%

R = 21.01%
G = 11.28%
B = 67.7%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#361DAE (or 0x361DAE) is known color: Blue Gem. HEX triplet: 36, 1D and AE. RGB value is (54,29,174). Sum of RGB (Red+Green+Blue) = 54+29+174=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #361DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361DAE is #C9E251. Grayscale: #343434. Windows color (decimal): -13230674 or 11410742. OLE color: 11410742.

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

Color convert

RGB 54 29 174 -
CMYK 0.69 0.83 0 0.32
HSL 250.34º 0.71% 0.4% -
HSV(B) 250.34º 0.83% 0.68% -
XYZ 9.6 4.72 40.45 -
YUV 53.01 196.28 128.71 -
System Red Green Blue C M Y K H S L
Decimal 54 29 174 0.69 0.83 0 0.32 250.34 0.71 0.4
Hex 36 1D AE 45 53 0 20 FA 47 28
Octal 66 35 256 105 123 0 40 372 107 50
Binary 110110 11101 10101110 1000101 1010011 0 100000 11111010 1000111 101000

Color Harmonies of #361DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361DAE

Black with #361DAE

Text Example


Text Example

White with #361DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,29,174); }

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

background-color css

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

 a { background-color: rgb(54,29,174); }

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

border-color css

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

 span { border-color: rgb(54,29,174); }

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