#266F79

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

Shades of Allports #266F79

Tints of Allports #266F79

Color information

#266F79 (or 0x266F79) is unknown color: approx Allports. HEX triplet: 26, 6F and 79. RGB value is (38,111,121). Sum of RGB (Red+Green+Blue) = 38+111+121=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #266F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F79 is #D99086. Grayscale: #5A5A5A. Windows color (decimal): -14258311 or 7958310. OLE color: 7958310.

HSL color Cylindrical-coordinate representation of color #266F79: hue angle of 187.23º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #266F79 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB38111121-
CMYK0.690.0800.53
HSL187.23º52.2%31.18%-
HSV(B)187.23º68.6%47.45%-
XYZ9.9313.1620.11-
YUV90.31145.3290.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.07%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=14.07%
G=41.11%
B=44.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381111210.690.0800.53187.2352.231.18
Hex266F79458035bb341f
Octal46157171105100652736437
Binary100110110111111110011000101100001101011011101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266F79; }

 p { color: rgb(38,111,121); }

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

<style>
 a { background-color: #266F79; }

 a { background-color: rgb(38,111,121); }

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

<style>
 span { border-color: #266F79; }

 span { border-color: rgb(38,111,121); }

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