Html Css Color HEX #392699 Blue Gem

📋 copy color: '#392699'

red 57 ◦ green 38 ◦ blue 153

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

Shades of Blue Gem #392699

Tints of Blue Gem #392699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.32%

 BLUE value IS 153 (60.16% from 255) = 61.69%

R = 22.98%
G = 15.32%
B = 61.69%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#392699 (or 0x392699) is known color: Blue Gem. HEX triplet: 39, 26 and 99. RGB value is (57,38,153). Sum of RGB (Red+Green+Blue) = 57+38+153=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #392699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392699 is #C6D966. Grayscale: #383838. Windows color (decimal): -13031783 or 10036793. OLE color: 10036793.

HSL color Cylindrical-coordinate representation of color #392699: hue angle of 249.91º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #392699 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 38 153 -
CMYK 0.63 0.75 0 0.4
HSL 249.91º 0.6% 0.37% -
HSV(B) 249.91º 0.75% 0.6% -
XYZ 8.13 4.56 30.59 -
YUV 56.79 182.29 128.15 -
System Red Green Blue C M Y K H S L
Decimal 57 38 153 0.63 0.75 0 0.4 249.91 0.6 0.37
Hex 39 26 99 3F 4B 0 28 FA 3C 25
Octal 71 46 231 77 113 0 50 372 74 45
Binary 111001 100110 10011001 111111 1001011 0 101000 11111010 111100 100101

Color Harmonies of #392699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392699

Black with #392699

Text Example


Text Example

White with #392699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392699; }

 p { color: rgb(57,38,153); }

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

background-color css

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

 a { background-color: rgb(57,38,153); }

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

border-color css

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

 span { border-color: rgb(57,38,153); }

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