#28747A

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

Shades of Atoll #28747A

Tints of Atoll #28747A

Color information

#28747A (or 0x28747A) is unknown color: approx Atoll. HEX triplet: 28, 74 and 7A. RGB value is (40,116,122). Sum of RGB (Red+Green+Blue) = 40+116+122=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #28747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28747A is #D78B85. Grayscale: #5D5D5D. Windows color (decimal): -14125958 or 8025128. OLE color: 8025128.

HSL color Cylindrical-coordinate representation of color #28747A: hue angle of 184.39º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28747A is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB40116122-
CMYK0.670.0500.52
HSL184.39º50.62%31.76%-
HSV(B)184.39º67.21%47.84%-
XYZ10.6314.3520.62-
YUV93.96143.8289.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=14.39%
G=41.73%
B=43.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401161220.670.0500.52184.3950.6231.76
Hex28747A435034b83320
Octal5016417210350642706340
Binary101000111010011110101000011101011010010111000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28747A; }

 p { color: rgb(40,116,122); }

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

<style>
 a { background-color: #28747A; }

 a { background-color: rgb(40,116,122); }

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

<style>
 span { border-color: #28747A; }

 span { border-color: rgb(40,116,122); }

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