#266576

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

Shades of Allports #266576

Tints of Allports #266576

Color information

#266576 (or 0x266576) is unknown color: approx Allports. HEX triplet: 26, 65 and 76. RGB value is (38,101,118). Sum of RGB (Red+Green+Blue) = 38+101+118=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #266576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266576 is #D99A89. Grayscale: #535353. Windows color (decimal): -14260874 or 7759142. OLE color: 7759142.

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

Color convert

RGB38101118-
CMYK0.680.1400.54
HSL192.75º51.28%30.59%-
HSV(B)192.75º67.8%46.27%-
XYZ8.7211.0318.81-
YUV84.1147.1395.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 101 (39.84% from 255) = 39.30%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=14.79%
G=39.30%
B=45.91%

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
Decimal381011180.680.1400.54192.7551.2830.59
Hex26657644E036c1331f
Octal46145166104160663016337
Binary100110110010111101101000100111001101101100000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266576; }

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

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

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

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

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

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

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

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