#2871C1

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

Shades of Denim #2871C1

Tints of Denim #2871C1

Color information

#2871C1 (or 0x2871C1) is unknown color: approx Denim. HEX triplet: 28, 71 and C1. RGB value is (40,113,193). Sum of RGB (Red+Green+Blue) = 40+113+193=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #2871C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2871C1 is #D78E3E. Grayscale: #636363. Windows color (decimal): -14126655 or 12677416. OLE color: 12677416.

HSL color Cylindrical-coordinate representation of color #2871C1: hue angle of 211.37º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2871C1 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB40113193-
CMYK0.790.4100.24
HSL211.37º65.67%45.69%-
HSV(B)211.37º79.27%75.69%-
XYZ16.4116.1152.7-
YUV100.29180.3285-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.56%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 193 (75.78% from 255) = 55.78%
R=11.56%
G=32.66%
B=55.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal401131930.790.4100.24211.3765.6745.69
Hex2871C14F29018d3422e
Octal501613011175103032310256
Binary1010001110001110000011001111101001011000110100111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2871C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2871C1; }

 p { color: rgb(40,113,193); }

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

<style>
 a { background-color: #2871C1; }

 a { background-color: rgb(40,113,193); }

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

<style>
 span { border-color: #2871C1; }

 span { border-color: rgb(40,113,193); }

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