#286BCD

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

Shades of Denim #286BCD

Tints of Denim #286BCD

Color information

#286BCD (or 0x286BCD) is unknown color: approx Denim. HEX triplet: 28, 6B and CD. RGB value is (40,107,205). Sum of RGB (Red+Green+Blue) = 40+107+205=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #286BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BCD is #D79432. Grayscale: #616161. Windows color (decimal): -14128179 or 13462312. OLE color: 13462312.

HSL color Cylindrical-coordinate representation of color #286BCD: hue angle of 215.64º 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 #286BCD is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB40107205-
CMYK0.800.4800.20
HSL215.64º67.35%48.04%-
HSV(B)215.64º80.49%80.39%-
XYZ17.1515.3759.82-
YUV98.14188.386.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.36%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 205 (80.47% from 255) = 58.24%
R=11.36%
G=30.40%
B=58.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal401072050.800.4800.20215.6467.3548.04
Hex286BCD5030014d84330
Octal501533151206002433010360
Binary1010001101011110011011010000110000010100110110001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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