Html Css Color HEX #2E627F Matisse

📋 copy color: '#2E627F'

red 46 ◦ green 98 ◦ blue 127

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

Shades of Matisse #2E627F

Tints of Matisse #2E627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.16%

 BLUE value IS 127 (50% from 255) = 46.86%

R = 16.97%
G = 36.16%
B = 46.86%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2E627F (or 0x2E627F) is known color: Matisse. HEX triplet: 2E, 62 and 7F. RGB value is (46,98,127). Sum of RGB (Red+Green+Blue) = 46+98+127=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E627F is #D19D80. Grayscale: #555555. Windows color (decimal): -13737345 or 8348206. OLE color: 8348206.

HSL color Cylindrical-coordinate representation of color #2E627F: hue angle of 201.48º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E627F is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 46 98 127 -
CMYK 0.64 0.23 0 0.50
HSL 201.48º 0.47% 0.34% -
HSV(B) 201.48º 0.64% 0.5% -
XYZ 9.33 10.85 21.68 -
YUV 85.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 46 98 127 0.64 0.23 0 0.50 201.48 0.47 0.34
Hex 2E 62 7F 40 17 0 32 C9 2F 22
Octal 56 142 177 100 27 0 62 311 57 42
Binary 101110 1100010 1111111 1000000 10111 0 110010 11001001 101111 100010

Color Harmonies of #2E627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E627F

Black with #2E627F

Text Example


Text Example

White with #2E627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,98,127); }

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

background-color css

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

 a { background-color: rgb(46,98,127); }

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

border-color css

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

 span { border-color: rgb(46,98,127); }

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