#266776

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

Shades of Allports #266776

Tints of Allports #266776

Color information

#266776 (or 0x266776) is unknown color: approx Allports. HEX triplet: 26, 67 and 76. RGB value is (38,103,118). Sum of RGB (Red+Green+Blue) = 38+103+118=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #266776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266776 is #D99889. Grayscale: #555555. Windows color (decimal): -14260362 or 7759654. OLE color: 7759654.

HSL color Cylindrical-coordinate representation of color #266776: hue angle of 191.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266776 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB38103118-
CMYK0.680.1300.54
HSL191.25º51.28%30.59%-
HSV(B)191.25º67.8%46.27%-
XYZ8.9211.4218.87-
YUV85.28146.4794.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 103 (40.62% from 255) = 39.77%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=14.67%
G=39.77%
B=45.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381031180.680.1300.54191.2551.2830.59
Hex26677644D036bf331f
Octal46147166104150662776337
Binary100110110011111101101000100110101101101011111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266776; }

 p { color: rgb(38,103,118); }

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

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

 a { background-color: rgb(38,103,118); }

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

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

 span { border-color: rgb(38,103,118); }

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