#286CB9

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

Shades of Denim #286CB9

Tints of Denim #286CB9

Color information

#286CB9 (or 0x286CB9) is unknown color: approx Denim. HEX triplet: 28, 6C and B9. RGB value is (40,108,185). Sum of RGB (Red+Green+Blue) = 40+108+185=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #286CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286CB9 is #D79346. Grayscale: #606060. Windows color (decimal): -14127943 or 12151848. OLE color: 12151848.

HSL color Cylindrical-coordinate representation of color #286CB9: hue angle of 211.86º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #286CB9 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB40108185-
CMYK0.780.4200.27
HSL211.86º64.44%44.12%-
HSV(B)211.86º78.38%72.55%-
XYZ14.9914.6847.94-
YUV96.45177.9787.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.01%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 185 (72.66% from 255) = 55.56%
R=12.01%
G=32.43%
B=55.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401081850.780.4200.27211.8664.4444.12
Hex286CB94E2A01Bd4402c
Octal501542711165203332410054
Binary1010001101100101110011001110101010011011110101001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286CB9; }

 p { color: rgb(40,108,185); }

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

<style>
 a { background-color: #286CB9; }

 a { background-color: rgb(40,108,185); }

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

<style>
 span { border-color: #286CB9; }

 span { border-color: rgb(40,108,185); }

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