Html Css Color HEX #51368E Blue Gem

📋 copy color: '#51368E'

red 81 ◦ green 54 ◦ blue 142

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

Shades of Blue Gem #51368E

Tints of Blue Gem #51368E

RGB

 RED value IS 81 (32.03% from 255) = 29.24%

 GREEN value IS 54 (21.48% from 255) = 19.49%

 BLUE value IS 142 (55.86% from 255) = 51.26%

R = 29.24%
G = 19.49%
B = 51.26%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51368E (or 0x51368E) is known color: Blue Gem. HEX triplet: 51, 36 and 8E. RGB value is (81,54,142). Sum of RGB (Red+Green+Blue) = 81+54+142=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #51368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51368E is #AEC971. Grayscale: #474747. Windows color (decimal): -11454834 or 9320017. OLE color: 9320017.

HSL color Cylindrical-coordinate representation of color #51368E: hue angle of 258.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51368E is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 54 142 -
CMYK 0.43 0.62 0 0.44
HSL 258.41º 0.45% 0.38% -
HSV(B) 258.41º 0.62% 0.56% -
XYZ 9.59 6.34 26.31 -
YUV 72.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 81 54 142 0.43 0.62 0 0.44 258.41 0.45 0.38
Hex 51 36 8E 2B 3E 0 2C 102 2D 26
Octal 121 66 216 53 76 0 54 402 55 46
Binary 1010001 110110 10001110 101011 111110 0 101100 100000010 101101 100110

Color Harmonies of #51368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51368E

Black with #51368E

Text Example


Text Example

White with #51368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51368E; }

 p { color: rgb(81,54,142); }

 H1.HeaderClassName
 {
   color: #51368E;
 }
 .AnyTagClassName
 {
   color: #51368E;
 }
</style>

background-color css

<style>
 a { background-color: #51368E; }

 a { background-color: rgb(81,54,142); }

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

border-color css

<style>
 span { border-color: #51368E; }

 span { border-color: rgb(81,54,142); }

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