Html Css Color HEX #361DAA Blue Gem

📋 copy color: '#361DAA'

red 54 ◦ green 29 ◦ blue 170

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

Shades of Blue Gem #361DAA

Tints of Blue Gem #361DAA

RGB

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

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

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

R = 21.34%
G = 11.46%
B = 67.19%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#361DAA (or 0x361DAA) is known color: Blue Gem. HEX triplet: 36, 1D and AA. RGB value is (54,29,170). Sum of RGB (Red+Green+Blue) = 54+29+170=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #361DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361DAA is #C9E255. Grayscale: #343434. Windows color (decimal): -13230678 or 11148598. OLE color: 11148598.

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

Color convert

RGB 54 29 170 -
CMYK 0.68 0.83 0 0.33
HSL 250.64º 0.71% 0.39% -
HSV(B) 250.64º 0.83% 0.67% -
XYZ 9.22 4.57 38.43 -
YUV 52.55 194.28 129.04 -
System Red Green Blue C M Y K H S L
Decimal 54 29 170 0.68 0.83 0 0.33 250.64 0.71 0.39
Hex 36 1D AA 44 53 0 21 FB 47 27
Octal 66 35 252 104 123 0 41 373 107 47
Binary 110110 11101 10101010 1000100 1010011 0 100001 11111011 1000111 100111

Color Harmonies of #361DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361DAA

Black with #361DAA

Text Example


Text Example

White with #361DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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