Html Css Color HEX #2E554F Blue Dianne

📋 copy color: '#2E554F'

red 46 ◦ green 85 ◦ blue 79

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

Shades of Blue Dianne #2E554F

Tints of Blue Dianne #2E554F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.62%

R = 21.9%
G = 40.48%
B = 37.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#2E554F (or 0x2E554F) is known color: Blue Dianne. HEX triplet: 2E, 55 and 4F. RGB value is (46,85,79). Sum of RGB (Red+Green+Blue) = 46+85+79=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #2E554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E554F is #D1AAB0. Grayscale: #484848. Windows color (decimal): -13740721 or 5199150. OLE color: 5199150.

HSL color Cylindrical-coordinate representation of color #2E554F: hue angle of 170.77º 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 #2E554F is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 85 79 -
CMYK 0.46 0 0.07 0.67
HSL 170.77º 0.3% 0.26% -
HSV(B) 170.77º 0.46% 0.33% -
XYZ 5.79 7.64 8.57 -
YUV 72.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 46 85 79 0.46 0 0.07 0.67 170.77 0.3 0.26
Hex 2E 55 4F 2E 0 7 43 AB 1E 1A
Octal 56 125 117 56 0 7 103 253 36 32
Binary 101110 1010101 1001111 101110 0 111 1000011 10101011 11110 11010

Color Harmonies of #2E554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E554F

Black with #2E554F

Text Example


Text Example

White with #2E554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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