Html Css Color HEX #392AAA Blue Gem

📋 copy color: '#392AAA'

red 57 ◦ green 42 ◦ blue 170

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

Shades of Blue Gem #392AAA

Tints of Blue Gem #392AAA

RGB

 RED value IS 57 (22.66% from 255) = 21.19%

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

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

R = 21.19%
G = 15.61%
B = 63.2%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#392AAA (or 0x392AAA) is known color: Blue Gem. HEX triplet: 39, 2A and AA. RGB value is (57,42,170). Sum of RGB (Red+Green+Blue) = 57+42+170=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #392AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392AAA is #C6D555. Grayscale: #3C3C3C. Windows color (decimal): -13030742 or 11151929. OLE color: 11151929.

HSL color Cylindrical-coordinate representation of color #392AAA: hue angle of 247.03º 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 #392AAA is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 42 170 -
CMYK 0.66 0.75 0 0.33
HSL 247.03º 0.6% 0.42% -
HSV(B) 247.03º 0.75% 0.67% -
XYZ 9.77 5.43 38.56 -
YUV 61.08 189.47 125.09 -
System Red Green Blue C M Y K H S L
Decimal 57 42 170 0.66 0.75 0 0.33 247.03 0.6 0.42
Hex 39 2A AA 42 4B 0 21 F7 3C 2A
Octal 71 52 252 102 113 0 41 367 74 52
Binary 111001 101010 10101010 1000010 1001011 0 100001 11110111 111100 101010

Color Harmonies of #392AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392AAA

Black with #392AAA

Text Example


Text Example

White with #392AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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