Html Css Color HEX #39259C Blue Gem

📋 copy color: '#39259C'

red 57 ◦ green 37 ◦ blue 156

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

Shades of Blue Gem #39259C

Tints of Blue Gem #39259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.4%

R = 22.8%
G = 14.8%
B = 62.4%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39259C (or 0x39259C) is known color: Blue Gem. HEX triplet: 39, 25 and 9C. RGB value is (57,37,156). Sum of RGB (Red+Green+Blue) = 57+37+156=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #39259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39259C is #C6DA63. Grayscale: #383838. Windows color (decimal): -13032036 or 10233145. OLE color: 10233145.

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

Color convert

RGB 57 37 156 -
CMYK 0.63 0.76 0 0.39
HSL 250.08º 0.62% 0.38% -
HSV(B) 250.08º 0.76% 0.61% -
XYZ 8.35 4.59 31.9 -
YUV 56.55 184.13 128.32 -
System Red Green Blue C M Y K H S L
Decimal 57 37 156 0.63 0.76 0 0.39 250.08 0.62 0.38
Hex 39 25 9C 3F 4C 0 27 FA 3E 26
Octal 71 45 234 77 114 0 47 372 76 46
Binary 111001 100101 10011100 111111 1001100 0 100111 11111010 111110 100110

Color Harmonies of #39259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39259C

Black with #39259C

Text Example


Text Example

White with #39259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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