#2C6FBC

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

Shades of Denim #2C6FBC

Tints of Denim #2C6FBC

Color information

#2C6FBC (or 0x2C6FBC) is unknown color: approx Denim. HEX triplet: 2C, 6F and BC. RGB value is (44,111,188). Sum of RGB (Red+Green+Blue) = 44+111+188=343 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.83% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C6FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6FBC is #D39043. Grayscale: #636363. Windows color (decimal): -13865028 or 12349228. OLE color: 12349228.

HSL color Cylindrical-coordinate representation of color #2C6FBC: hue angle of 212.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C6FBC is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB44111188-
CMYK0.770.4100.26
HSL212.08º62.07%45.49%-
HSV(B)212.08º76.6%73.73%-
XYZ15.815.5449.74-
YUV99.74177.888.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.83%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 188 (73.83% from 255) = 54.81%
R=12.83%
G=32.36%
B=54.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441111880.770.4100.26212.0862.0745.49
Hex2C6FBC4D2901Ad43e2d
Octal54157274115510323247655
Binary101100110111110111100100110110100101101011010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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