#2E6CBC

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

Shades of Denim #2E6CBC

Tints of Denim #2E6CBC

Color information

#2E6CBC (or 0x2E6CBC) is unknown color: approx Denim. HEX triplet: 2E, 6C and BC. RGB value is (46,108,188). Sum of RGB (Red+Green+Blue) = 46+108+188=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E6CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6CBC is #D19343. Grayscale: #626262. Windows color (decimal): -13734724 or 12348462. OLE color: 12348462.

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

Color convert

RGB46108188-
CMYK0.760.4300.26
HSL213.8º60.68%45.88%-
HSV(B)213.8º75.53%73.73%-
XYZ15.5714.9449.64-
YUV98.58178.4690.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.45%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 188 (73.83% from 255) = 54.97%
R=13.45%
G=31.58%
B=54.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461081880.760.4300.26213.860.6845.88
Hex2E6CBC4C2B01Ad63d2e
Octal56154274114530323267556
Binary101110110110010111100100110010101101101011010110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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