#28687B

Color #28687B Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #28687B

Tints of Allports #28687B

Color information

#28687B (or 0x28687B) is unknown color: approx Allports. HEX triplet: 28, 68 and 7B. RGB value is (40,104,123). Sum of RGB (Red+Green+Blue) = 40+104+123=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #28687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28687B is #D79784. Grayscale: #565656. Windows color (decimal): -14129029 or 8087592. OLE color: 8087592.

HSL color Cylindrical-coordinate representation of color #28687B: hue angle of 193.73º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28687B is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB40104123-
CMYK0.670.1500.52
HSL193.73º50.92%31.96%-
HSV(B)193.73º67.48%48.24%-
XYZ9.411.7820.52-
YUV87.03148.394.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.98%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=14.98%
G=38.95%
B=46.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401041230.670.1500.52193.7350.9231.96
Hex28687B43F034c23320
Octal50150173103170643026340
Binary1010001101000111101110000111111011010011000010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28687B; }

 p { color: rgb(40,104,123); }

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

<style>
 a { background-color: #28687B; }

 a { background-color: rgb(40,104,123); }

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

<style>
 span { border-color: #28687B; }

 span { border-color: rgb(40,104,123); }

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