Html Css Color HEX #392498 Blue Gem

📋 copy color: '#392498'

red 57 ◦ green 36 ◦ blue 152

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

Shades of Blue Gem #392498

Tints of Blue Gem #392498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

 BLUE value IS 152 (59.77% from 255) = 62.04%

R = 23.27%
G = 14.69%
B = 62.04%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#392498 (or 0x392498) is known color: Blue Gem. HEX triplet: 39, 24 and 98. RGB value is (57,36,152). Sum of RGB (Red+Green+Blue) = 57+36+152=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #392498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392498 is #C6DB67. Grayscale: #373737. Windows color (decimal): -13032296 or 9970745. OLE color: 9970745.

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

Color convert

RGB 57 36 152 -
CMYK 0.62 0.76 0 0.40
HSL 250.86º 0.62% 0.37% -
HSV(B) 250.86º 0.76% 0.6% -
XYZ 7.99 4.4 30.13 -
YUV 55.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 57 36 152 0.62 0.76 0 0.40 250.86 0.62 0.37
Hex 39 24 98 3E 4C 0 28 FB 3E 25
Octal 71 44 230 76 114 0 50 373 76 45
Binary 111001 100100 10011000 111110 1001100 0 101000 11111011 111110 100101

Color Harmonies of #392498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392498

Black with #392498

Text Example


Text Example

White with #392498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392498; }

 p { color: rgb(57,36,152); }

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

background-color css

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

 a { background-color: rgb(57,36,152); }

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

border-color css

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

 span { border-color: rgb(57,36,152); }

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