Html Css Color HEX #2E514C Blue Dianne

📋 copy color: '#2E514C'

red 46 ◦ green 81 ◦ blue 76

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

Shades of Blue Dianne #2E514C

Tints of Blue Dianne #2E514C

RGB

 RED value IS 46 (18.36% from 255) = 22.66%

 GREEN value IS 81 (32.03% from 255) = 39.9%

 BLUE value IS 76 (30.08% from 255) = 37.44%

R = 22.66%
G = 39.9%
B = 37.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#2E514C (or 0x2E514C) is known color: Blue Dianne. HEX triplet: 2E, 51 and 4C. RGB value is (46,81,76). Sum of RGB (Red+Green+Blue) = 46+81+76=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #2E514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E514C is #D1AEB3. Grayscale: #454545. Windows color (decimal): -13741748 or 5001518. OLE color: 5001518.

HSL color Cylindrical-coordinate representation of color #2E514C: hue angle of 171.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E514C is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 81 76 -
CMYK 0.43 0 0.06 0.68
HSL 171.43º 0.28% 0.25% -
HSV(B) 171.43º 0.43% 0.32% -
XYZ 5.37 6.99 7.9 -
YUV 69.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 46 81 76 0.43 0 0.06 0.68 171.43 0.28 0.25
Hex 2E 51 4C 2B 0 6 44 AB 1C 19
Octal 56 121 114 53 0 6 104 253 34 31
Binary 101110 1010001 1001100 101011 0 110 1000100 10101011 11100 11001

Color Harmonies of #2E514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E514C

Black with #2E514C

Text Example


Text Example

White with #2E514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E514C; }

 p { color: rgb(46,81,76); }

 H1.HeaderClassName
 {
   color: #2E514C;
 }
 .AnyTagClassName
 {
   color: #2E514C;
 }
</style>

background-color css

<style>
 a { background-color: #2E514C; }

 a { background-color: rgb(46,81,76); }

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

border-color css

<style>
 span { border-color: #2E514C; }

 span { border-color: rgb(46,81,76); }

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