#266676

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

Shades of Allports #266676

Tints of Allports #266676

Color information

#266676 (or 0x266676) is unknown color: approx Allports. HEX triplet: 26, 66 and 76. RGB value is (38,102,118). Sum of RGB (Red+Green+Blue) = 38+102+118=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #266676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266676 is #D99989. Grayscale: #545454. Windows color (decimal): -14260618 or 7759398. OLE color: 7759398.

HSL color Cylindrical-coordinate representation of color #266676: hue angle of 192º 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 #266676 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB38102118-
CMYK0.680.1400.54
HSL192º51.28%30.59%-
HSV(B)192º67.8%46.27%-
XYZ8.8211.2218.84-
YUV84.69146.894.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.73%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 118 (46.48% from 255) = 45.74%
R=14.73%
G=39.53%
B=45.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381021180.680.1400.5419251.2830.59
Hex26667644E036c0331f
Octal46146166104160663006337
Binary100110110011011101101000100111001101101100000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266676; }

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

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

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

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

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

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

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

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