#2B6ECE

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

Shades of Denim #2B6ECE

Tints of Denim #2B6ECE

Color information

#2B6ECE (or 0x2B6ECE) is unknown color: approx Denim. HEX triplet: 2B, 6E and CE. RGB value is (43,110,206). Sum of RGB (Red+Green+Blue) = 43+110+206=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B6ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6ECE is #D49131. Grayscale: #646464. Windows color (decimal): -13930802 or 13528619. OLE color: 13528619.

HSL color Cylindrical-coordinate representation of color #2B6ECE: hue angle of 215.34º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B6ECE is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB43110206-
CMYK0.790.4700.19
HSL215.34º65.46%48.82%-
HSV(B)215.34º79.13%80.78%-
XYZ17.7116.1260.57-
YUV100.91187.386.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.98%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 206 (80.86% from 255) = 57.38%
R=11.98%
G=30.64%
B=57.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal431102060.790.4700.19215.3465.4648.82
Hex2B6ECE4F2F013d74131
Octal531563161175702332710161
Binary1010111101110110011101001111101111010011110101111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,110,206); }

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

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

 a { background-color: rgb(43,110,206); }

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

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

 span { border-color: rgb(43,110,206); }

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