#2864BD

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

Shades of Denim #2864BD

Tints of Denim #2864BD

Color information

#2864BD (or 0x2864BD) is unknown color: approx Denim. HEX triplet: 28, 64 and BD. RGB value is (40,100,189). Sum of RGB (Red+Green+Blue) = 40+100+189=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #2864BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864BD is #D79B42. Grayscale: #5B5B5B. Windows color (decimal): -14129987 or 12411944. OLE color: 12411944.

HSL color Cylindrical-coordinate representation of color #2864BD: hue angle of 215.84º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2864BD is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB40100189-
CMYK0.790.4700.26
HSL215.84º65.07%44.9%-
HSV(B)215.84º78.84%74.12%-
XYZ14.6213.2449.93-
YUV92.21182.6290.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.16%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 189 (74.22% from 255) = 57.45%
R=12.16%
G=30.40%
B=57.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal401001890.790.4700.26215.8465.0744.9
Hex2864BD4F2F01Ad8412d
Octal501442751175703233010155
Binary1010001100100101111011001111101111011010110110001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2864BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2864BD; }

 p { color: rgb(40,100,189); }

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

<style>
 a { background-color: #2864BD; }

 a { background-color: rgb(40,100,189); }

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

<style>
 span { border-color: #2864BD; }

 span { border-color: rgb(40,100,189); }

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