#286EB9

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

Shades of Denim #286EB9

Tints of Denim #286EB9

Color information

#286EB9 (or 0x286EB9) is unknown color: approx Denim. HEX triplet: 28, 6E and B9. RGB value is (40,110,185). Sum of RGB (Red+Green+Blue) = 40+110+185=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #286EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286EB9 is #D79146. Grayscale: #616161. Windows color (decimal): -14127431 or 12152360. OLE color: 12152360.

HSL color Cylindrical-coordinate representation of color #286EB9: hue angle of 211.03º 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 #286EB9 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB40110185-
CMYK0.780.4100.27
HSL211.03º64.44%44.12%-
HSV(B)211.03º78.38%72.55%-
XYZ15.2115.1148.01-
YUV97.62177.3186.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.94%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 185 (72.66% from 255) = 55.22%
R=11.94%
G=32.84%
B=55.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401101850.780.4100.27211.0364.4444.12
Hex286EB94E2901Bd3402c
Octal501562711165103332310054
Binary1010001101110101110011001110101001011011110100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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