#2C6BC1

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

Shades of Denim #2C6BC1

Tints of Denim #2C6BC1

Color information

#2C6BC1 (or 0x2C6BC1) is unknown color: approx Denim. HEX triplet: 2C, 6B and C1. RGB value is (44,107,193). Sum of RGB (Red+Green+Blue) = 44+107+193=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C6BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6BC1 is #D3943E. Grayscale: #616161. Windows color (decimal): -13866047 or 12675884. OLE color: 12675884.

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

Color convert

RGB44107193-
CMYK0.770.4500.24
HSL214.63º62.87%46.47%-
HSV(B)214.63º77.2%75.69%-
XYZ15.9214.952.49-
YUV97.97181.6389.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.79%
GREEN value IS 107 (42.19% from 255) = 31.10%
BLUE value IS 193 (75.78% from 255) = 56.10%
R=12.79%
G=31.10%
B=56.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441071930.770.4500.24214.6362.8746.47
Hex2C6BC14D2D018d73f2e
Octal54153301115550303277756
Binary101100110101111000001100110110110101100011010111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,107,193); }

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

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

 a { background-color: rgb(44,107,193); }

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

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

 span { border-color: rgb(44,107,193); }

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