#28677F

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

Shades of Allports #28677F

Tints of Allports #28677F

Color information

#28677F (or 0x28677F) is unknown color: approx Allports. HEX triplet: 28, 67 and 7F. RGB value is (40,103,127). Sum of RGB (Red+Green+Blue) = 40+103+127=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #28677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28677F is #D79880. Grayscale: #565656. Windows color (decimal): -14129281 or 8349480. OLE color: 8349480.

HSL color Cylindrical-coordinate representation of color #28677F: hue angle of 196.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28677F is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB40103127-
CMYK0.690.1900.50
HSL196.55º52.1%32.75%-
HSV(B)196.55º68.5%49.8%-
XYZ9.5611.6821.83-
YUV86.9150.6394.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.81%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 127 (50% from 255) = 47.04%
R=14.81%
G=38.15%
B=47.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal401031270.690.1900.50196.5552.132.75
Hex28677F4513032c53421
Octal50147177105230623056441
Binary10100011001111111111100010110011011001011000101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28677F; }

 p { color: rgb(40,103,127); }

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

<style>
 a { background-color: #28677F; }

 a { background-color: rgb(40,103,127); }

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

<style>
 span { border-color: #28677F; }

 span { border-color: rgb(40,103,127); }

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