#266E7C

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

Shades of Allports #266E7C

Tints of Allports #266E7C

Color information

#266E7C (or 0x266E7C) is unknown color: approx Allports. HEX triplet: 26, 6E and 7C. RGB value is (38,110,124). Sum of RGB (Red+Green+Blue) = 38+110+124=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #266E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266E7C is #D99183. Grayscale: #595959. Windows color (decimal): -14258564 or 8154662. OLE color: 8154662.

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

Color convert

RGB38110124-
CMYK0.690.1100.51
HSL189.77º53.09%31.76%-
HSV(B)189.77º69.35%48.63%-
XYZ10.0113.0221.05-
YUV90.07147.1590.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=13.97%
G=40.44%
B=45.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal381101240.690.1100.51189.7753.0931.76
Hex266E7C45B033be3520
Octal46156174105130632766540
Binary1001101101110111110010001011011011001110111110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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