#286C72

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

Shades of Atoll #286C72

Tints of Atoll #286C72

Color information

#286C72 (or 0x286C72) is unknown color: approx Atoll. HEX triplet: 28, 6C and 72. RGB value is (40,108,114). Sum of RGB (Red+Green+Blue) = 40+108+114=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #286C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C72 is #D7938D. Grayscale: #585858. Windows color (decimal): -14128014 or 7498792. OLE color: 7498792.

HSL color Cylindrical-coordinate representation of color #286C72: hue angle of 184.86º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286C72 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB40108114-
CMYK0.650.0500.55
HSL184.86º48.05%30.2%-
HSV(B)184.86º64.91%44.71%-
XYZ9.2712.3917.82-
YUV88.35142.4793.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 108 (42.58% from 255) = 41.22%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=15.27%
G=41.22%
B=43.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal401081140.650.0500.55184.8648.0530.2
Hex286C72415037b9301e
Octal5015416210150672716036
Binary10100011011001110010100000110101101111011100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286C72; }

 p { color: rgb(40,108,114); }

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

<style>
 a { background-color: #286C72; }

 a { background-color: rgb(40,108,114); }

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

<style>
 span { border-color: #286C72; }

 span { border-color: rgb(40,108,114); }

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