#2866BD

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

Shades of Denim #2866BD

Tints of Denim #2866BD

Color information

#2866BD (or 0x2866BD) is unknown color: approx Denim. HEX triplet: 28, 66 and BD. RGB value is (40,102,189). Sum of RGB (Red+Green+Blue) = 40+102+189=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #2866BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2866BD is #D79942. Grayscale: #5C5C5C. Windows color (decimal): -14129475 or 12412456. OLE color: 12412456.

HSL color Cylindrical-coordinate representation of color #2866BD: hue angle of 215.03º 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 #2866BD is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB40102189-
CMYK0.790.4600.26
HSL215.03º65.07%44.9%-
HSV(B)215.03º78.84%74.12%-
XYZ14.8113.6349.99-
YUV93.38181.9689.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.08%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=12.08%
G=30.82%
B=57.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal401021890.790.4600.26215.0365.0744.9
Hex2866BD4F2E01Ad7412d
Octal501462751175603232710155
Binary1010001100110101111011001111101110011010110101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2866BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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