Html Css Color HEX #51369D Blue Gem

📋 copy color: '#51369D'

red 81 ◦ green 54 ◦ blue 157

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

Shades of Blue Gem #51369D

Tints of Blue Gem #51369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.77%

R = 27.74%
G = 18.49%
B = 53.77%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51369D (or 0x51369D) is known color: Blue Gem. HEX triplet: 51, 36 and 9D. RGB value is (81,54,157). Sum of RGB (Red+Green+Blue) = 81+54+157=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #51369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51369D is #AEC962. Grayscale: #494949. Windows color (decimal): -11454819 or 10303057. OLE color: 10303057.

HSL color Cylindrical-coordinate representation of color #51369D: hue angle of 255.73º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51369D is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 54 157 -
CMYK 0.48 0.66 0 0.38
HSL 255.73º 0.49% 0.41% -
HSV(B) 255.73º 0.66% 0.62% -
XYZ 10.8 6.82 32.65 -
YUV 73.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 81 54 157 0.48 0.66 0 0.38 255.73 0.49 0.41
Hex 51 36 9D 30 42 0 26 100 31 29
Octal 121 66 235 60 102 0 46 400 61 51
Binary 1010001 110110 10011101 110000 1000010 0 100110 100000000 110001 101001

Color Harmonies of #51369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51369D

Black with #51369D

Text Example


Text Example

White with #51369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51369D; }

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

 H1.HeaderClassName
 {
   color: #51369D;
 }
 .AnyTagClassName
 {
   color: #51369D;
 }
</style>

background-color css

<style>
 a { background-color: #51369D; }

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

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

border-color css

<style>
 span { border-color: #51369D; }

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

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