#286C74

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

Shades of Allports #286C74

Tints of Allports #286C74

Color information

#286C74 (or 0x286C74) is unknown color: approx Allports. HEX triplet: 28, 6C and 74. RGB value is (40,108,116). Sum of RGB (Red+Green+Blue) = 40+108+116=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #286C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C74 is #D7938B. Grayscale: #585858. Windows color (decimal): -14128012 or 7629864. OLE color: 7629864.

HSL color Cylindrical-coordinate representation of color #286C74: hue angle of 186.32º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #286C74 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB40108116-
CMYK0.660.0700.55
HSL186.32º48.72%30.59%-
HSV(B)186.32º65.52%45.49%-
XYZ9.3912.4418.43-
YUV88.58143.4793.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.15%
GREEN value IS 108 (42.58% from 255) = 40.91%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=15.15%
G=40.91%
B=43.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal401081160.660.0700.55186.3248.7230.59
Hex286C74427037ba311f
Octal5015416410270672726137
Binary10100011011001110100100001011101101111011101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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