Html Css Color HEX #39259D Blue Gem

📋 copy color: '#39259D'

red 57 ◦ green 37 ◦ blue 157

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

Shades of Blue Gem #39259D

Tints of Blue Gem #39259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.74%

 BLUE value IS 157 (61.72% from 255) = 62.55%

R = 22.71%
G = 14.74%
B = 62.55%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39259D (or 0x39259D) is known color: Blue Gem. HEX triplet: 39, 25 and 9D. RGB value is (57,37,157). Sum of RGB (Red+Green+Blue) = 57+37+157=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #39259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39259D is #C6DA62. Grayscale: #383838. Windows color (decimal): -13032035 or 10298681. OLE color: 10298681.

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

Color convert

RGB 57 37 157 -
CMYK 0.64 0.76 0 0.38
HSL 250º 0.62% 0.38% -
HSV(B) 250º 0.76% 0.62% -
XYZ 8.43 4.63 32.35 -
YUV 56.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 57 37 157 0.64 0.76 0 0.38 250 0.62 0.38
Hex 39 25 9D 40 4C 0 26 FA 3E 26
Octal 71 45 235 100 114 0 46 372 76 46
Binary 111001 100101 10011101 1000000 1001100 0 100110 11111010 111110 100110

Color Harmonies of #39259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39259D

Black with #39259D

Text Example


Text Example

White with #39259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39259D; }

 p { color: rgb(57,37,157); }

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

background-color css

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

 a { background-color: rgb(57,37,157); }

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

border-color css

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

 span { border-color: rgb(57,37,157); }

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