#2B6FBA

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

Shades of Denim #2B6FBA

Tints of Denim #2B6FBA

Color information

#2B6FBA (or 0x2B6FBA) is unknown color: approx Denim. HEX triplet: 2B, 6F and BA. RGB value is (43,111,186). Sum of RGB (Red+Green+Blue) = 43+111+186=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B6FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6FBA is #D49045. Grayscale: #626262. Windows color (decimal): -13930566 or 12218155. OLE color: 12218155.

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

Color convert

RGB43111186-
CMYK0.770.4000.27
HSL211.47º62.45%44.9%-
HSV(B)211.47º76.88%72.94%-
XYZ15.5415.4348.61-
YUV99.22176.9787.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.65%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=12.65%
G=32.65%
B=54.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431111860.770.4000.27211.4762.4544.9
Hex2B6FBA4D2801Bd33e2d
Octal53157272115500333237655
Binary101011110111110111010100110110100001101111010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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