Html Css Color HEX #39289C Blue Gem

📋 copy color: '#39289C'

red 57 ◦ green 40 ◦ blue 156

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

Shades of Blue Gem #39289C

Tints of Blue Gem #39289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

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

R = 22.53%
G = 15.81%
B = 61.66%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39289C (or 0x39289C) is known color: Blue Gem. HEX triplet: 39, 28 and 9C. RGB value is (57,40,156). Sum of RGB (Red+Green+Blue) = 57+40+156=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #39289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39289C is #C6D763. Grayscale: #393939. Windows color (decimal): -13031268 or 10233913. OLE color: 10233913.

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

Color convert

RGB 57 40 156 -
CMYK 0.63 0.74 0 0.39
HSL 248.79º 0.59% 0.38% -
HSV(B) 248.79º 0.74% 0.61% -
XYZ 8.45 4.79 31.93 -
YUV 58.31 183.13 127.07 -
System Red Green Blue C M Y K H S L
Decimal 57 40 156 0.63 0.74 0 0.39 248.79 0.59 0.38
Hex 39 28 9C 3F 4A 0 27 F9 3B 26
Octal 71 50 234 77 112 0 47 371 73 46
Binary 111001 101000 10011100 111111 1001010 0 100111 11111001 111011 100110

Color Harmonies of #39289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39289C

Black with #39289C

Text Example


Text Example

White with #39289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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