Html Css Color HEX #2E6380 Matisse

📋 copy color: '#2E6380'

red 46 ◦ green 99 ◦ blue 128

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

Shades of Matisse #2E6380

Tints of Matisse #2E6380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

 BLUE value IS 128 (50.39% from 255) = 46.89%

R = 16.85%
G = 36.26%
B = 46.89%

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

#2E6380 (or 0x2E6380) is known color: Matisse. HEX triplet: 2E, 63 and 80. RGB value is (46,99,128). Sum of RGB (Red+Green+Blue) = 46+99+128=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #2E6380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6380 is #D19C7F. Grayscale: #565656. Windows color (decimal): -13737088 or 8413998. OLE color: 8413998.

HSL color Cylindrical-coordinate representation of color #2E6380: hue angle of 201.22º 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 #2E6380 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 46 99 128 -
CMYK 0.64 0.23 0 0.50
HSL 201.22º 0.47% 0.34% -
HSV(B) 201.22º 0.64% 0.5% -
XYZ 9.48 11.06 22.06 -
YUV 86.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 46 99 128 0.64 0.23 0 0.50 201.22 0.47 0.34
Hex 2E 63 80 40 17 0 32 C9 2F 22
Octal 56 143 200 100 27 0 62 311 57 42
Binary 101110 1100011 10000000 1000000 10111 0 110010 11001001 101111 100010

Color Harmonies of #2E6380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6380

Black with #2E6380

Text Example


Text Example

White with #2E6380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,99,128); }

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

background-color css

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

 a { background-color: rgb(46,99,128); }

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

border-color css

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

 span { border-color: rgb(46,99,128); }

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