Html Css Color HEX #39259A Blue Gem

📋 copy color: '#39259A'

red 57 ◦ green 37 ◦ blue 154

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

Shades of Blue Gem #39259A

Tints of Blue Gem #39259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 62.1%

R = 22.98%
G = 14.92%
B = 62.1%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#39259A (or 0x39259A) is known color: Blue Gem. HEX triplet: 39, 25 and 9A. RGB value is (57,37,154). Sum of RGB (Red+Green+Blue) = 57+37+154=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #39259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39259A is #C6DA65. Grayscale: #373737. Windows color (decimal): -13032038 or 10102073. OLE color: 10102073.

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

Color convert

RGB 57 37 154 -
CMYK 0.63 0.76 0 0.40
HSL 250.26º 0.61% 0.37% -
HSV(B) 250.26º 0.76% 0.6% -
XYZ 8.18 4.53 31.01 -
YUV 56.32 183.13 128.49 -
System Red Green Blue C M Y K H S L
Decimal 57 37 154 0.63 0.76 0 0.40 250.26 0.61 0.37
Hex 39 25 9A 3F 4C 0 28 FA 3D 25
Octal 71 45 232 77 114 0 50 372 75 45
Binary 111001 100101 10011010 111111 1001100 0 101000 11111010 111101 100101

Color Harmonies of #39259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39259A

Black with #39259A

Text Example


Text Example

White with #39259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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