#2B6FBE

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

Shades of Denim #2B6FBE

Tints of Denim #2B6FBE

Color information

#2B6FBE (or 0x2B6FBE) is unknown color: approx Denim. HEX triplet: 2B, 6F and BE. RGB value is (43,111,190). Sum of RGB (Red+Green+Blue) = 43+111+190=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B6FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6FBE is #D49041. Grayscale: #636363. Windows color (decimal): -13930562 or 12480299. OLE color: 12480299.

HSL color Cylindrical-coordinate representation of color #2B6FBE: hue angle of 212.24º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B6FBE is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB43111190-
CMYK0.770.4200.25
HSL212.24º63.09%45.69%-
HSV(B)212.24º77.37%74.51%-
XYZ15.9715.650.88-
YUV99.67178.9787.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.5%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=12.5%
G=32.27%
B=55.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431111900.770.4200.25212.2463.0945.69
Hex2B6FBE4D2A019d43f2e
Octal53157276115520313247756
Binary101011110111110111110100110110101001100111010100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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