#28657A

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

Shades of Allports #28657A

Tints of Allports #28657A

Color information

#28657A (or 0x28657A) is unknown color: approx Allports. HEX triplet: 28, 65 and 7A. RGB value is (40,101,122). Sum of RGB (Red+Green+Blue) = 40+101+122=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #28657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28657A is #D79A85. Grayscale: #555555. Windows color (decimal): -14129798 or 8021288. OLE color: 8021288.

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

Color convert

RGB40101122-
CMYK0.670.1700.52
HSL195.37º50.62%31.76%-
HSV(B)195.37º67.21%47.84%-
XYZ9.0411.1620.09-
YUV85.16148.7995.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.21%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=15.21%
G=38.40%
B=46.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401011220.670.1700.52195.3750.6231.76
Hex28657A4311034c33320
Octal50145172103210643036340
Binary10100011001011111010100001110001011010011000011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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