#286AC3

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

Shades of Denim #286AC3

Tints of Denim #286AC3

Color information

#286AC3 (or 0x286AC3) is unknown color: approx Denim. HEX triplet: 28, 6A and C3. RGB value is (40,106,195). Sum of RGB (Red+Green+Blue) = 40+106+195=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 195 (76.56% from 255 or 57.18% from 341); Max value from RGB is 195 - color contains mainly: blue. Hex color #286AC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286AC3 is #D7953C. Grayscale: #5F5F5F. Windows color (decimal): -14128445 or 12806696. OLE color: 12806696.

HSL color Cylindrical-coordinate representation of color #286AC3: hue angle of 214.45º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #286AC3 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB40106195-
CMYK0.790.4600.24
HSL214.45º65.96%46.08%-
HSV(B)214.45º79.49%76.47%-
XYZ15.8814.753.63-
YUV96.41183.6387.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.73%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 195 (76.56% from 255) = 57.18%
R=11.73%
G=31.09%
B=57.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal401061950.790.4600.24214.4565.9646.08
Hex286AC34F2E018d6422e
Octal501523031175603032610256
Binary1010001101010110000111001111101110011000110101101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,106,195); }

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

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

 a { background-color: rgb(40,106,195); }

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

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

 span { border-color: rgb(40,106,195); }

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