#266477

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

Shades of Allports #266477

Tints of Allports #266477

Color information

#266477 (or 0x266477) is unknown color: approx Allports. HEX triplet: 26, 64 and 77. RGB value is (38,100,119). Sum of RGB (Red+Green+Blue) = 38+100+119=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #266477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266477 is #D99B88. Grayscale: #535353. Windows color (decimal): -14261129 or 7824422. OLE color: 7824422.

HSL color Cylindrical-coordinate representation of color #266477: hue angle of 194.07º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266477 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB38100119-
CMYK0.680.1600.53
HSL194.07º51.59%30.78%-
HSV(B)194.07º68.07%46.67%-
XYZ8.6910.8619.09-
YUV83.63147.9695.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=14.79%
G=38.91%
B=46.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381001190.680.1600.53194.0751.5930.78
Hex2664774410035c2341f
Octal46144167104200653026437
Binary1001101100100111011110001001000001101011100001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266477; }

 p { color: rgb(38,100,119); }

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

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

 a { background-color: rgb(38,100,119); }

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

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

 span { border-color: rgb(38,100,119); }

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