#28757E

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

Shades of Atoll #28757E

Tints of Atoll #28757E

Color information

#28757E (or 0x28757E) is unknown color: approx Atoll. HEX triplet: 28, 75 and 7E. RGB value is (40,117,126). Sum of RGB (Red+Green+Blue) = 40+117+126=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #28757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28757E is #D78A81. Grayscale: #5E5E5E. Windows color (decimal): -14125698 or 8287528. OLE color: 8287528.

HSL color Cylindrical-coordinate representation of color #28757E: hue angle of 186.28º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28757E is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB40117126-
CMYK0.680.0700.51
HSL186.28º51.81%32.55%-
HSV(B)186.28º68.25%49.41%-
XYZ1114.6821.99-
YUV95145.4988.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.13%
GREEN value IS 117 (46.09% from 255) = 41.34%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=14.13%
G=41.34%
B=44.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal401171260.680.0700.51186.2851.8132.55
Hex28757E447033ba3421
Octal5016517610470632726441
Binary101000111010111111101000100111011001110111010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,117,126); }

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

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

 a { background-color: rgb(40,117,126); }

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

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

 span { border-color: rgb(40,117,126); }

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