#286BBE

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

Shades of Denim #286BBE

Tints of Denim #286BBE

Color information

#286BBE (or 0x286BBE) is unknown color: approx Denim. HEX triplet: 28, 6B and BE. RGB value is (40,107,190). Sum of RGB (Red+Green+Blue) = 40+107+190=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #286BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BBE is #D79441. Grayscale: #606060. Windows color (decimal): -14128194 or 12479272. OLE color: 12479272.

HSL color Cylindrical-coordinate representation of color #286BBE: hue angle of 213.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #286BBE is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB40107190-
CMYK0.790.4400.25
HSL213.2º65.22%45.1%-
HSV(B)213.2º78.95%74.51%-
XYZ15.4314.6850.74-
YUV96.43180.887.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.87%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 190 (74.61% from 255) = 56.38%
R=11.87%
G=31.75%
B=56.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal401071900.790.4400.25213.265.2245.1
Hex286BBE4F2C019d5412d
Octal501532761175403132510155
Binary1010001101011101111101001111101100011001110101011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,107,190); }

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

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

 a { background-color: rgb(40,107,190); }

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

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

 span { border-color: rgb(40,107,190); }

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