#2B6ABD

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

Shades of Denim #2B6ABD

Tints of Denim #2B6ABD

Color information

#2B6ABD (or 0x2B6ABD) is unknown color: approx Denim. HEX triplet: 2B, 6A and BD. RGB value is (43,106,189). Sum of RGB (Red+Green+Blue) = 43+106+189=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B6ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6ABD is #D49542. Grayscale: #606060. Windows color (decimal): -13931843 or 12413483. OLE color: 12413483.

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

Color convert

RGB43106189-
CMYK0.770.4400.26
HSL214.11º62.93%45.49%-
HSV(B)214.11º77.25%74.12%-
XYZ15.3414.550.13-
YUV96.62180.1389.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.72%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 189 (74.22% from 255) = 55.92%
R=12.72%
G=31.36%
B=55.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal431061890.770.4400.26214.1162.9345.49
Hex2B6ABD4D2C01Ad63f2d
Octal53152275115540323267755
Binary101011110101010111101100110110110001101011010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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