#2863B4

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

Shades of Denim #2863B4

Tints of Denim #2863B4

Color information

#2863B4 (or 0x2863B4) is unknown color: approx Denim. HEX triplet: 28, 63 and B4. RGB value is (40,99,180). Sum of RGB (Red+Green+Blue) = 40+99+180=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 180 (70.70% from 255 or 56.43% from 319); Max value from RGB is 180 - color contains mainly: blue. Hex color #2863B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2863B4 is #D79C4B. Grayscale: #5A5A5A. Windows color (decimal): -14130252 or 11821864. OLE color: 11821864.

HSL color Cylindrical-coordinate representation of color #2863B4: hue angle of 214.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2863B4 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4099180-
CMYK0.780.4500.29
HSL214.71º63.64%43.14%-
HSV(B)214.71º77.78%70.59%-
XYZ13.5812.6744.91-
YUV90.59178.4591.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.54%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 180 (70.70% from 255) = 56.43%
R=12.54%
G=31.03%
B=56.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40991800.780.4500.29214.7163.6443.14
Hex2863B44E2D01Dd7402b
Octal501432641165503532710053
Binary1010001100011101101001001110101101011101110101111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2863B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2863B4; }

 p { color: rgb(40,99,180); }

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

<style>
 a { background-color: #2863B4; }

 a { background-color: rgb(40,99,180); }

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

<style>
 span { border-color: #2863B4; }

 span { border-color: rgb(40,99,180); }

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