Html Css Color HEX #39259B Blue Gem

📋 copy color: '#39259B'

red 57 ◦ green 37 ◦ blue 155

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

Shades of Blue Gem #39259B

Tints of Blue Gem #39259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62.25%

R = 22.89%
G = 14.86%
B = 62.25%

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

#39259B (or 0x39259B) is known color: Blue Gem. HEX triplet: 39, 25 and 9B. RGB value is (57,37,155). Sum of RGB (Red+Green+Blue) = 57+37+155=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #39259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39259B is #C6DA64. Grayscale: #373737. Windows color (decimal): -13032037 or 10167609. OLE color: 10167609.

HSL color Cylindrical-coordinate representation of color #39259B: hue angle of 250.17º degrees, saturation: 0.61, 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 #39259B is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 37 155 -
CMYK 0.63 0.76 0 0.39
HSL 250.17º 0.61% 0.38% -
HSV(B) 250.17º 0.76% 0.61% -
XYZ 8.27 4.56 31.45 -
YUV 56.43 183.63 128.41 -
System Red Green Blue C M Y K H S L
Decimal 57 37 155 0.63 0.76 0 0.39 250.17 0.61 0.38
Hex 39 25 9B 3F 4C 0 27 FA 3D 26
Octal 71 45 233 77 114 0 47 372 75 46
Binary 111001 100101 10011011 111111 1001100 0 100111 11111010 111101 100110

Color Harmonies of #39259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39259B

Black with #39259B

Text Example


Text Example

White with #39259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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