Html Css Color HEX #392299 Blue Gem

📋 copy color: '#392299'

red 57 ◦ green 34 ◦ blue 153

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

Shades of Blue Gem #392299

Tints of Blue Gem #392299

RGB

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

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

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

R = 23.36%
G = 13.93%
B = 62.7%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#392299 (or 0x392299) is known color: Blue Gem. HEX triplet: 39, 22 and 99. RGB value is (57,34,153). Sum of RGB (Red+Green+Blue) = 57+34+153=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #392299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392299 is #C6DD66. Grayscale: #353535. Windows color (decimal): -13032807 or 10035769. OLE color: 10035769.

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

Color convert

RGB 57 34 153 -
CMYK 0.63 0.78 0 0.4
HSL 251.6º 0.64% 0.37% -
HSV(B) 251.6º 0.78% 0.6% -
XYZ 8.01 4.31 30.55 -
YUV 54.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 57 34 153 0.63 0.78 0 0.4 251.6 0.64 0.37
Hex 39 22 99 3F 4E 0 28 FC 40 25
Octal 71 42 231 77 116 0 50 374 100 45
Binary 111001 100010 10011001 111111 1001110 0 101000 11111100 1000000 100101

Color Harmonies of #392299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392299

Black with #392299

Text Example


Text Example

White with #392299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392299; }

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

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

background-color css

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

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

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

border-color css

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

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

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