#266E89

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

Shades of Allports #266E89

Tints of Allports #266E89

Color information

#266E89 (or 0x266E89) is unknown color: approx Allports. HEX triplet: 26, 6E and 89. RGB value is (38,110,137). Sum of RGB (Red+Green+Blue) = 38+110+137=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #266E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266E89 is #D99176. Grayscale: #5B5B5B. Windows color (decimal): -14258551 or 9006630. OLE color: 9006630.

HSL color Cylindrical-coordinate representation of color #266E89: hue angle of 196.36º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266E89 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB38110137-
CMYK0.720.2000.46
HSL196.36º56.57%34.31%-
HSV(B)196.36º72.26%53.73%-
XYZ10.8913.3725.67-
YUV91.55153.6589.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 110 (43.36% from 255) = 38.60%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=13.33%
G=38.60%
B=48.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381101370.720.2000.46196.3656.5734.31
Hex266E89481402Ec43922
Octal46156211110240563047142
Binary100110110111010001001100100010100010111011000100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,110,137); }

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

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

 a { background-color: rgb(38,110,137); }

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

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

 span { border-color: rgb(38,110,137); }

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