#2C6EBF

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

Shades of Denim #2C6EBF

Tints of Denim #2C6EBF

Color information

#2C6EBF (or 0x2C6EBF) is unknown color: approx Denim. HEX triplet: 2C, 6E and BF. RGB value is (44,110,191). Sum of RGB (Red+Green+Blue) = 44+110+191=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C6EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6EBF is #D39140. Grayscale: #636363. Windows color (decimal): -13865281 or 12545580. OLE color: 12545580.

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

Color convert

RGB44110191-
CMYK0.770.4200.25
HSL213.06º62.55%46.08%-
HSV(B)213.06º76.96%74.9%-
XYZ16.0215.4551.43-
YUV99.5179.6388.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.75%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 191 (75% from 255) = 55.36%
R=12.75%
G=31.88%
B=55.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441101910.770.4200.25213.0662.5546.08
Hex2C6EBF4D2A019d53f2e
Octal54156277115520313257756
Binary101100110111010111111100110110101001100111010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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