#286BCC

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

Shades of Denim #286BCC

Tints of Denim #286BCC

Color information

#286BCC (or 0x286BCC) is unknown color: approx Denim. HEX triplet: 28, 6B and CC. RGB value is (40,107,204). Sum of RGB (Red+Green+Blue) = 40+107+204=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #286BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BCC is #D79433. Grayscale: #616161. Windows color (decimal): -14128180 or 13396776. OLE color: 13396776.

HSL color Cylindrical-coordinate representation of color #286BCC: hue angle of 215.49º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #286BCC is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB40107204-
CMYK0.800.4800.2
HSL215.49º67.21%47.84%-
HSV(B)215.49º80.39%80%-
XYZ17.0315.3359.19-
YUV98.02187.886.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.40%
GREEN value IS 107 (42.19% from 255) = 30.48%
BLUE value IS 204 (80.08% from 255) = 58.12%
R=11.40%
G=30.48%
B=58.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal401072040.800.4800.2215.4967.2147.84
Hex286BCC5030014d74330
Octal501533141206002432710360
Binary1010001101011110011001010000110000010100110101111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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