Html Css Color HEX #362AAA Blue Gem

📋 copy color: '#362AAA'

red 54 ◦ green 42 ◦ blue 170

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

Shades of Blue Gem #362AAA

Tints of Blue Gem #362AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.79%

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

R = 20.3%
G = 15.79%
B = 63.91%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#362AAA (or 0x362AAA) is known color: Blue Gem. HEX triplet: 36, 2A and AA. RGB value is (54,42,170). Sum of RGB (Red+Green+Blue) = 54+42+170=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #362AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362AAA is #C9D555. Grayscale: #3B3B3B. Windows color (decimal): -13227350 or 11151926. OLE color: 11151926.

HSL color Cylindrical-coordinate representation of color #362AAA: hue angle of 245.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362AAA is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 42 170 -
CMYK 0.68 0.75 0 0.33
HSL 245.63º 0.6% 0.42% -
HSV(B) 245.63º 0.75% 0.67% -
XYZ 9.6 5.34 38.56 -
YUV 60.18 189.98 123.59 -
System Red Green Blue C M Y K H S L
Decimal 54 42 170 0.68 0.75 0 0.33 245.63 0.6 0.42
Hex 36 2A AA 44 4B 0 21 F6 3C 2A
Octal 66 52 252 104 113 0 41 366 74 52
Binary 110110 101010 10101010 1000100 1001011 0 100001 11110110 111100 101010

Color Harmonies of #362AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362AAA

Black with #362AAA

Text Example


Text Example

White with #362AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362AAA; }

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

 H1.HeaderClassName
 {
   color: #362AAA;
 }
 .AnyTagClassName
 {
   color: #362AAA;
 }
</style>

background-color css

<style>
 a { background-color: #362AAA; }

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

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

border-color css

<style>
 span { border-color: #362AAA; }

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

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