#266E7D

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

Shades of Allports #266E7D

Tints of Allports #266E7D

Color information

#266E7D (or 0x266E7D) is unknown color: approx Allports. HEX triplet: 26, 6E and 7D. RGB value is (38,110,125). Sum of RGB (Red+Green+Blue) = 38+110+125=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #266E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266E7D is #D99182. Grayscale: #5A5A5A. Windows color (decimal): -14258563 or 8220198. OLE color: 8220198.

HSL color Cylindrical-coordinate representation of color #266E7D: hue angle of 190.34º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #266E7D is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB38110125-
CMYK0.700.1200.51
HSL190.34º53.37%31.96%-
HSV(B)190.34º69.6%49.02%-
XYZ10.0813.0421.39-
YUV90.18147.6590.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=13.92%
G=40.29%
B=45.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal381101250.700.1200.51190.3453.3731.96
Hex266E7D46C033be3520
Octal46156175106140632766540
Binary1001101101110111110110001101100011001110111110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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