#266D87

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

Shades of Allports #266D87

Tints of Allports #266D87

Color information

#266D87 (or 0x266D87) is unknown color: approx Allports. HEX triplet: 26, 6D and 87. RGB value is (38,109,135). Sum of RGB (Red+Green+Blue) = 38+109+135=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #266D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266D87 is #D99278. Grayscale: #5A5A5A. Windows color (decimal): -14258809 or 8875302. OLE color: 8875302.

HSL color Cylindrical-coordinate representation of color #266D87: hue angle of 196.08º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266D87 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB38109135-
CMYK0.720.1900.47
HSL196.08º56.07%33.92%-
HSV(B)196.08º71.85%52.94%-
XYZ10.6413.124.89-
YUV90.74152.9890.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.48%
GREEN value IS 109 (42.97% from 255) = 38.65%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=13.48%
G=38.65%
B=47.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381091350.720.1900.47196.0856.0733.92
Hex266D87481302Fc43822
Octal46155207110230573047042
Binary100110110110110000111100100010011010111111000100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,109,135); }

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

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

 a { background-color: rgb(38,109,135); }

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

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

 span { border-color: rgb(38,109,135); }

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