#28677C

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

Shades of Allports #28677C

Tints of Allports #28677C

Color information

#28677C (or 0x28677C) is unknown color: approx Allports. HEX triplet: 28, 67 and 7C. RGB value is (40,103,124). Sum of RGB (Red+Green+Blue) = 40+103+124=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #28677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28677C is #D79883. Grayscale: #565656. Windows color (decimal): -14129284 or 8152872. OLE color: 8152872.

HSL color Cylindrical-coordinate representation of color #28677C: hue angle of 195º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28677C is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB40103124-
CMYK0.680.1700.51
HSL195º51.22%32.16%-
HSV(B)195º67.74%48.63%-
XYZ9.3611.6120.82-
YUV86.56149.1394.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.98%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=14.98%
G=38.58%
B=46.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal401031240.680.1700.5119551.2232.16
Hex28677C4411033c33320
Octal50147174104210633036340
Binary10100011001111111100100010010001011001111000011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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