Html Css Color HEX #51438E Blue Gem

📋 copy color: '#51438E'

red 81 ◦ green 67 ◦ blue 142

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

Shades of Blue Gem #51438E

Tints of Blue Gem #51438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

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

R = 27.93%
G = 23.1%
B = 48.97%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51438E (or 0x51438E) is known color: Blue Gem. HEX triplet: 51, 43 and 8E. RGB value is (81,67,142). Sum of RGB (Red+Green+Blue) = 81+67+142=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #51438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51438E is #AEBC71. Grayscale: #4F4F4F. Windows color (decimal): -11451506 or 9323345. OLE color: 9323345.

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

Color convert

RGB 81 67 142 -
CMYK 0.43 0.53 0 0.44
HSL 251.2º 0.36% 0.41% -
HSV(B) 251.2º 0.53% 0.56% -
XYZ 10.28 7.72 26.54 -
YUV 79.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 81 67 142 0.43 0.53 0 0.44 251.2 0.36 0.41
Hex 51 43 8E 2B 35 0 2C FB 24 29
Octal 121 103 216 53 65 0 54 373 44 51
Binary 1010001 1000011 10001110 101011 110101 0 101100 11111011 100100 101001

Color Harmonies of #51438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51438E

Black with #51438E

Text Example


Text Example

White with #51438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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