#2B6BBD

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

Shades of Denim #2B6BBD

Tints of Denim #2B6BBD

Color information

#2B6BBD (or 0x2B6BBD) is unknown color: approx Denim. HEX triplet: 2B, 6B and BD. RGB value is (43,107,189). Sum of RGB (Red+Green+Blue) = 43+107+189=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B6BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6BBD is #D49442. Grayscale: #606060. Windows color (decimal): -13931587 or 12413739. OLE color: 12413739.

HSL color Cylindrical-coordinate representation of color #2B6BBD: hue angle of 213.7º degrees, saturation: 0.63, 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 #2B6BBD is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB43107189-
CMYK0.770.4300.26
HSL213.7º62.93%45.49%-
HSV(B)213.7º77.25%74.12%-
XYZ15.4414.750.17-
YUV97.21179.889.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.68%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 189 (74.22% from 255) = 55.75%
R=12.68%
G=31.56%
B=55.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal431071890.770.4300.26213.762.9345.49
Hex2B6BBD4D2B01Ad63f2d
Octal53153275115530323267755
Binary101011110101110111101100110110101101101011010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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