Html Css Color HEX #39279A Blue Gem

📋 copy color: '#39279A'

red 57 ◦ green 39 ◦ blue 154

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

Shades of Blue Gem #39279A

Tints of Blue Gem #39279A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.6%

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

R = 22.8%
G = 15.6%
B = 61.6%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#39279A (or 0x39279A) is known color: Blue Gem. HEX triplet: 39, 27 and 9A. RGB value is (57,39,154). Sum of RGB (Red+Green+Blue) = 57+39+154=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #39279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39279A is #C6D865. Grayscale: #393939. Windows color (decimal): -13031526 or 10102585. OLE color: 10102585.

HSL color Cylindrical-coordinate representation of color #39279A: hue angle of 249.39º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39279A is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 39 154 -
CMYK 0.63 0.75 0 0.40
HSL 249.39º 0.6% 0.38% -
HSV(B) 249.39º 0.75% 0.6% -
XYZ 8.25 4.65 31.04 -
YUV 57.49 182.46 127.65 -
System Red Green Blue C M Y K H S L
Decimal 57 39 154 0.63 0.75 0 0.40 249.39 0.6 0.38
Hex 39 27 9A 3F 4B 0 28 F9 3C 26
Octal 71 47 232 77 113 0 50 371 74 46
Binary 111001 100111 10011010 111111 1001011 0 101000 11111001 111100 100110

Color Harmonies of #39279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39279A

Black with #39279A

Text Example


Text Example

White with #39279A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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