#28697A

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

Shades of Allports #28697A

Tints of Allports #28697A

Color information

#28697A (or 0x28697A) is unknown color: approx Allports. HEX triplet: 28, 69 and 7A. RGB value is (40,105,122). Sum of RGB (Red+Green+Blue) = 40+105+122=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #28697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28697A is #D79685. Grayscale: #575757. Windows color (decimal): -14128774 or 8022312. OLE color: 8022312.

HSL color Cylindrical-coordinate representation of color #28697A: hue angle of 192.44º 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 #28697A is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB40105122-
CMYK0.670.1400.52
HSL192.44º50.62%31.76%-
HSV(B)192.44º67.21%47.84%-
XYZ9.4411.9620.22-
YUV87.5147.4794.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.98%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=14.98%
G=39.33%
B=45.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401051220.670.1400.52192.4450.6231.76
Hex28697A43E034c03320
Octal50151172103160643006340
Binary1010001101001111101010000111110011010011000000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28697A; }

 p { color: rgb(40,105,122); }

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

<style>
 a { background-color: #28697A; }

 a { background-color: rgb(40,105,122); }

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

<style>
 span { border-color: #28697A; }

 span { border-color: rgb(40,105,122); }

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