#28676E

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

Shades of Allports #28676E

Tints of Allports #28676E

Color information

#28676E (or 0x28676E) is unknown color: approx Allports. HEX triplet: 28, 67 and 6E. RGB value is (40,103,110). Sum of RGB (Red+Green+Blue) = 40+103+110=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 110 - color contains mainly: blue. Hex color #28676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28676E is #D79891. Grayscale: #545454. Windows color (decimal): -14129298 or 7235368. OLE color: 7235368.

HSL color Cylindrical-coordinate representation of color #28676E: hue angle of 186º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28676E is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB40103110-
CMYK0.640.0600.57
HSL186º46.67%29.41%-
HSV(B)186º63.64%43.14%-
XYZ8.5411.2816.48-
YUV84.96142.1395.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 103 (40.62% from 255) = 40.71%
BLUE value IS 110 (43.36% from 255) = 43.48%
R=15.81%
G=40.71%
B=43.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal401031100.640.0600.5718646.6729.41
Hex28676E406039ba2f1d
Octal5014715610060712725735
Binary10100011001111101110100000011001110011011101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28676E; }

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

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

<style>
 a { background-color: #28676E; }

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

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

<style>
 span { border-color: #28676E; }

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

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