#2C6FBF

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

Shades of Denim #2C6FBF

Tints of Denim #2C6FBF

Color information

#2C6FBF (or 0x2C6FBF) is unknown color: approx Denim. HEX triplet: 2C, 6F and BF. RGB value is (44,111,191). Sum of RGB (Red+Green+Blue) = 44+111+191=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C6FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6FBF is #D39040. Grayscale: #636363. Windows color (decimal): -13865025 or 12545836. OLE color: 12545836.

HSL color Cylindrical-coordinate representation of color #2C6FBF: hue angle of 212.65º 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 #2C6FBF is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB44111191-
CMYK0.770.4200.25
HSL212.65º62.55%46.08%-
HSV(B)212.65º76.96%74.9%-
XYZ16.1315.6751.46-
YUV100.09179.388-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.72%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 191 (75% from 255) = 55.20%
R=12.72%
G=32.08%
B=55.20%

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
Decimal441111910.770.4200.25212.6562.5546.08
Hex2C6FBF4D2A019d53f2e
Octal54157277115520313257756
Binary101100110111110111111100110110101001100111010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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