#2E6CC2

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

Shades of Denim #2E6CC2

Tints of Denim #2E6CC2

Color information

#2E6CC2 (or 0x2E6CC2) is unknown color: approx Denim. HEX triplet: 2E, 6C and C2. RGB value is (46,108,194). Sum of RGB (Red+Green+Blue) = 46+108+194=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 194 (76.17% from 255 or 55.75% from 348); Max value from RGB is 194 - color contains mainly: blue. Hex color #2E6CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6CC2 is #D1933D. Grayscale: #626262. Windows color (decimal): -13734718 or 12741678. OLE color: 12741678.

HSL color Cylindrical-coordinate representation of color #2E6CC2: hue angle of 214.86º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E6CC2 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB46108194-
CMYK0.760.4400.24
HSL214.86º61.67%47.06%-
HSV(B)214.86º76.29%76.08%-
XYZ16.2315.253.12-
YUV99.27181.4690.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.22%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 194 (76.17% from 255) = 55.75%
R=13.22%
G=31.03%
B=55.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461081940.760.4400.24214.8661.6747.06
Hex2E6CC24C2C018d73e2f
Octal56154302114540303277657
Binary101110110110011000010100110010110001100011010111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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