#2E6CBE

Color #2E6CBE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2E6CBE

Tints of Denim #2E6CBE

Color information

#2E6CBE (or 0x2E6CBE) is unknown color: approx Denim. HEX triplet: 2E, 6C and BE. RGB value is (46,108,190). Sum of RGB (Red+Green+Blue) = 46+108+190=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E6CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6CBE is #D19341. Grayscale: #626262. Windows color (decimal): -13734722 or 12479534. OLE color: 12479534.

HSL color Cylindrical-coordinate representation of color #2E6CBE: hue angle of 214.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E6CBE is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46108190-
CMYK0.760.4300.25
HSL214.17º61.02%46.27%-
HSV(B)214.17º75.79%74.51%-
XYZ15.7815.0250.78-
YUV98.81179.4690.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.37%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=13.37%
G=31.40%
B=55.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461081900.760.4300.25214.1761.0246.27
Hex2E6CBE4C2B019d63d2e
Octal56154276114530313267556
Binary101110110110010111110100110010101101100111010110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,108,190); }

 H1.HeaderClassName
 {
   color: #2E6CBE;
 }
 .AnyTagClassName
 {
   color: #2E6CBE;
 }
</style>
background-color css

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

 a { background-color: rgb(46,108,190); }

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

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

 span { border-color: rgb(46,108,190); }

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