Html Css Color HEX #392696 Blue Gem

📋 copy color: '#392696'

red 57 ◦ green 38 ◦ blue 150

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

Shades of Blue Gem #392696

Tints of Blue Gem #392696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.22%

R = 23.27%
G = 15.51%
B = 61.22%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#392696 (or 0x392696) is known color: Blue Gem. HEX triplet: 39, 26 and 96. RGB value is (57,38,150). Sum of RGB (Red+Green+Blue) = 57+38+150=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #392696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392696 is #C6D969. Grayscale: #383838. Windows color (decimal): -13031786 or 9840185. OLE color: 9840185.

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

Color convert

RGB 57 38 150 -
CMYK 0.62 0.75 0 0.41
HSL 250.18º 0.6% 0.37% -
HSV(B) 250.18º 0.75% 0.59% -
XYZ 7.89 4.46 29.3 -
YUV 56.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 57 38 150 0.62 0.75 0 0.41 250.18 0.6 0.37
Hex 39 26 96 3E 4B 0 29 FA 3C 25
Octal 71 46 226 76 113 0 51 372 74 45
Binary 111001 100110 10010110 111110 1001011 0 101001 11111010 111100 100101

Color Harmonies of #392696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392696

Black with #392696

Text Example


Text Example

White with #392696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392696; }

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

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

background-color css

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

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

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

border-color css

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

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

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