#2B6ABA

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

Shades of Denim #2B6ABA

Tints of Denim #2B6ABA

Color information

#2B6ABA (or 0x2B6ABA) is unknown color: approx Denim. HEX triplet: 2B, 6A and BA. RGB value is (43,106,186). Sum of RGB (Red+Green+Blue) = 43+106+186=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B6ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6ABA is #D49545. Grayscale: #5F5F5F. Windows color (decimal): -13931846 or 12216875. OLE color: 12216875.

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

Color convert

RGB43106186-
CMYK0.770.4300.27
HSL213.57º62.45%44.9%-
HSV(B)213.57º76.88%72.94%-
XYZ15.0114.3748.44-
YUV96.28178.6390-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.84%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=12.84%
G=31.64%
B=55.52%

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
Decimal431061860.770.4300.27213.5762.4544.9
Hex2B6ABA4D2B01Bd63e2d
Octal53152272115530333267655
Binary101011110101010111010100110110101101101111010110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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