#266B71

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

Shades of Allports #266B71

Tints of Allports #266B71

Color information

#266B71 (or 0x266B71) is unknown color: approx Allports. HEX triplet: 26, 6B and 71. RGB value is (38,107,113). Sum of RGB (Red+Green+Blue) = 38+107+113=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #266B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B71 is #D9948E. Grayscale: #565656. Windows color (decimal): -14259343 or 7432998. OLE color: 7432998.

HSL color Cylindrical-coordinate representation of color #266B71: hue angle of 184.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266B71 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB38107113-
CMYK0.660.0500.56
HSL184.8º49.67%29.61%-
HSV(B)184.8º66.37%44.31%-
XYZ9.0412.1217.49-
YUV87.05142.6493.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.73%
GREEN value IS 107 (42.19% from 255) = 41.47%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=14.73%
G=41.47%
B=43.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal381071130.660.0500.56184.849.6729.61
Hex266B71425038b9321e
Octal4615316110250702716236
Binary10011011010111110001100001010101110001011100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,107,113); }

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

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

 a { background-color: rgb(38,107,113); }

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

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

 span { border-color: rgb(38,107,113); }

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