#2B6BBA

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

Shades of Denim #2B6BBA

Tints of Denim #2B6BBA

Color information

#2B6BBA (or 0x2B6BBA) is unknown color: approx Denim. HEX triplet: 2B, 6B and BA. RGB value is (43,107,186). Sum of RGB (Red+Green+Blue) = 43+107+186=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B6BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6BBA is #D49445. Grayscale: #606060. Windows color (decimal): -13931590 or 12217131. OLE color: 12217131.

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

Color convert

RGB43107186-
CMYK0.770.4200.27
HSL213.15º62.45%44.9%-
HSV(B)213.15º76.88%72.94%-
XYZ15.1214.5748.47-
YUV96.87178.389.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.80%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=12.80%
G=31.85%
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.27
SystemRedGreenBlueCMYKHSL
Decimal431071860.770.4200.27213.1562.4544.9
Hex2B6BBA4D2A01Bd53e2d
Octal53153272115520333257655
Binary101011110101110111010100110110101001101111010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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