#2B6EBA

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

Shades of Denim #2B6EBA

Tints of Denim #2B6EBA

Color information

#2B6EBA (or 0x2B6EBA) is unknown color: approx Denim. HEX triplet: 2B, 6E and BA. RGB value is (43,110,186). Sum of RGB (Red+Green+Blue) = 43+110+186=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B6EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6EBA is #D49145. Grayscale: #626262. Windows color (decimal): -13930822 or 12217899. OLE color: 12217899.

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

Color convert

RGB43110186-
CMYK0.770.4100.27
HSL211.89º62.45%44.9%-
HSV(B)211.89º76.88%72.94%-
XYZ15.4415.2148.58-
YUV98.63177.388.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.68%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=12.68%
G=32.45%
B=54.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431101860.770.4100.27211.8962.4544.9
Hex2B6EBA4D2901Bd43e2d
Octal53156272115510333247655
Binary101011110111010111010100110110100101101111010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,110,186); }

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

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

 a { background-color: rgb(43,110,186); }

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

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

 span { border-color: rgb(43,110,186); }

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