#28667C

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

Shades of Allports #28667C

Tints of Allports #28667C

Color information

#28667C (or 0x28667C) is unknown color: approx Allports. HEX triplet: 28, 66 and 7C. RGB value is (40,102,124). Sum of RGB (Red+Green+Blue) = 40+102+124=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #28667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28667C is #D79983. Grayscale: #555555. Windows color (decimal): -14129540 or 8152616. OLE color: 8152616.

HSL color Cylindrical-coordinate representation of color #28667C: hue angle of 195.71º 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 #28667C is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB40102124-
CMYK0.680.1800.51
HSL195.71º51.22%32.16%-
HSV(B)195.71º67.74%48.63%-
XYZ9.2611.4120.78-
YUV85.97149.4695.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.04%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=15.04%
G=38.35%
B=46.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal401021240.680.1800.51195.7151.2232.16
Hex28667C4412033c43320
Octal50146174104220633046340
Binary10100011001101111100100010010010011001111000100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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