Html Css Color HEX #2E554E Blue Dianne

📋 copy color: '#2E554E'

red 46 ◦ green 85 ◦ blue 78

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

Shades of Blue Dianne #2E554E

Tints of Blue Dianne #2E554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.67%

 BLUE value IS 78 (30.86% from 255) = 37.32%

R = 22.01%
G = 40.67%
B = 37.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#2E554E (or 0x2E554E) is known color: Blue Dianne. HEX triplet: 2E, 55 and 4E. RGB value is (46,85,78). Sum of RGB (Red+Green+Blue) = 46+85+78=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #2E554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E554E is #D1AAB1. Grayscale: #484848. Windows color (decimal): -13740722 or 5133614. OLE color: 5133614.

HSL color Cylindrical-coordinate representation of color #2E554E: hue angle of 169.23º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E554E is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 85 78 -
CMYK 0.46 0 0.08 0.67
HSL 169.23º 0.3% 0.26% -
HSV(B) 169.23º 0.46% 0.33% -
XYZ 5.75 7.63 8.38 -
YUV 72.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 46 85 78 0.46 0 0.08 0.67 169.23 0.3 0.26
Hex 2E 55 4E 2E 0 8 43 A9 1E 1A
Octal 56 125 116 56 0 10 103 251 36 32
Binary 101110 1010101 1001110 101110 0 1000 1000011 10101001 11110 11010

Color Harmonies of #2E554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E554E

Black with #2E554E

Text Example


Text Example

White with #2E554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,85,78); }

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

background-color css

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

 a { background-color: rgb(46,85,78); }

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

border-color css

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

 span { border-color: rgb(46,85,78); }

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