#28848C

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

Shades of Atoll #28848C

Tints of Atoll #28848C

Color information

#28848C (or 0x28848C) is unknown color: approx Atoll. HEX triplet: 28, 84 and 8C. RGB value is (40,132,140). Sum of RGB (Red+Green+Blue) = 40+132+140=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #28848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28848C is #D77B73. Grayscale: #696969. Windows color (decimal): -14121844 or 9208872. OLE color: 9208872.

HSL color Cylindrical-coordinate representation of color #28848C: hue angle of 184.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28848C is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB40132140-
CMYK0.710.0600.45
HSL184.8º55.56%35.29%-
HSV(B)184.8º71.43%54.9%-
XYZ13.8618.8527.72-
YUV105.4147.5281.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.82%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=12.82%
G=42.31%
B=44.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401321400.710.0600.45184.855.5635.29
Hex28848C47602Db93823
Octal5020421410760552717043
Binary10100010000100100011001000111110010110110111001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,132,140); }

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

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

 a { background-color: rgb(40,132,140); }

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

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

 span { border-color: rgb(40,132,140); }

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