#2C6ECA

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

Shades of Denim #2C6ECA

Tints of Denim #2C6ECA

Color information

#2C6ECA (or 0x2C6ECA) is unknown color: approx Denim. HEX triplet: 2C, 6E and CA. RGB value is (44,110,202). Sum of RGB (Red+Green+Blue) = 44+110+202=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C6ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6ECA is #D39135. Grayscale: #646464. Windows color (decimal): -13865270 or 13266476. OLE color: 13266476.

HSL color Cylindrical-coordinate representation of color #2C6ECA: hue angle of 214.94º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C6ECA is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB44110202-
CMYK0.780.4600.21
HSL214.94º64.23%48.24%-
HSV(B)214.94º78.22%79.22%-
XYZ17.2815.9558.05-
YUV100.75185.1387.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.36%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 202 (79.30% from 255) = 56.74%
R=12.36%
G=30.90%
B=56.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal441102020.780.4600.21214.9464.2348.24
Hex2C6ECA4E2E015d74030
Octal541563121165602532710060
Binary1011001101110110010101001110101110010101110101111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,110,202); }

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

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

 a { background-color: rgb(44,110,202); }

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

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

 span { border-color: rgb(44,110,202); }

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