Html Css Color HEX #392296 Blue Gem

📋 copy color: '#392296'

red 57 ◦ green 34 ◦ blue 150

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

Shades of Blue Gem #392296

Tints of Blue Gem #392296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.11%

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

R = 23.65%
G = 14.11%
B = 62.24%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#392296 (or 0x392296) is known color: Blue Gem. HEX triplet: 39, 22 and 96. RGB value is (57,34,150). Sum of RGB (Red+Green+Blue) = 57+34+150=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #392296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392296 is #C6DD69. Grayscale: #353535. Windows color (decimal): -13032810 or 9839161. OLE color: 9839161.

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

Color convert

RGB 57 34 150 -
CMYK 0.62 0.77 0 0.41
HSL 251.9º 0.63% 0.36% -
HSV(B) 251.9º 0.77% 0.59% -
XYZ 7.76 4.22 29.26 -
YUV 54.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 57 34 150 0.62 0.77 0 0.41 251.9 0.63 0.36
Hex 39 22 96 3E 4D 0 29 FC 3F 24
Octal 71 42 226 76 115 0 51 374 77 44
Binary 111001 100010 10010110 111110 1001101 0 101001 11111100 111111 100100

Color Harmonies of #392296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392296

Black with #392296

Text Example


Text Example

White with #392296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392296; }

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

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

background-color css

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

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

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

border-color css

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

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

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