#2873CF

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

Shades of Denim #2873CF

Tints of Denim #2873CF

Color information

#2873CF (or 0x2873CF) is unknown color: approx Denim. HEX triplet: 28, 73 and CF. RGB value is (40,115,207). Sum of RGB (Red+Green+Blue) = 40+115+207=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #2873CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2873CF is #D78C30. Grayscale: #666666. Windows color (decimal): -14126129 or 13595432. OLE color: 13595432.

HSL color Cylindrical-coordinate representation of color #2873CF: hue angle of 213.05º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2873CF is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB40115207-
CMYK0.810.4400.19
HSL213.05º67.61%48.43%-
HSV(B)213.05º80.68%81.18%-
XYZ18.2717.2261.39-
YUV103.06186.6583.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.05%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 207 (81.25% from 255) = 57.18%
R=11.05%
G=31.77%
B=57.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal401152070.810.4400.19213.0567.6148.43
Hex2873CF512C013d54430
Octal501633171215402332510460
Binary1010001110011110011111010001101100010011110101011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2873CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2873CF; }

 p { color: rgb(40,115,207); }

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

<style>
 a { background-color: #2873CF; }

 a { background-color: rgb(40,115,207); }

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

<style>
 span { border-color: #2873CF; }

 span { border-color: rgb(40,115,207); }

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