#2B6AB9

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

Shades of Denim #2B6AB9

Tints of Denim #2B6AB9

Color information

#2B6AB9 (or 0x2B6AB9) is unknown color: approx Denim. HEX triplet: 2B, 6A and B9. RGB value is (43,106,185). Sum of RGB (Red+Green+Blue) = 43+106+185=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B6AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6AB9 is #D49546. Grayscale: #5F5F5F. Windows color (decimal): -13931847 or 12151339. OLE color: 12151339.

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

Color convert

RGB43106185-
CMYK0.770.4300.27
HSL213.38º62.28%44.71%-
HSV(B)213.38º76.76%72.55%-
XYZ14.9114.3247.88-
YUV96.17178.1390.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.87%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 185 (72.66% from 255) = 55.39%
R=12.87%
G=31.74%
B=55.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431061850.770.4300.27213.3862.2844.71
Hex2B6AB94D2B01Bd53e2d
Octal53152271115530333257655
Binary101011110101010111001100110110101101101111010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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