#2B71BE

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

Shades of Denim #2B71BE

Tints of Denim #2B71BE

Color information

#2B71BE (or 0x2B71BE) is unknown color: approx Denim. HEX triplet: 2B, 71 and BE. RGB value is (43,113,190). Sum of RGB (Red+Green+Blue) = 43+113+190=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B71BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B71BE is #D48E41. Grayscale: #646464. Windows color (decimal): -13930050 or 12480811. OLE color: 12480811.

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

Color convert

RGB43113190-
CMYK0.770.4100.25
HSL211.43º63.09%45.69%-
HSV(B)211.43º77.37%74.51%-
XYZ16.216.0450.96-
YUV100.85178.3186.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.43%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=12.43%
G=32.66%
B=54.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431131900.770.4100.25211.4363.0945.69
Hex2B71BE4D29019d33f2e
Octal53161276115510313237756
Binary101011111000110111110100110110100101100111010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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