#266B72

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

Shades of Allports #266B72

Tints of Allports #266B72

Color information

#266B72 (or 0x266B72) is unknown color: approx Allports. HEX triplet: 26, 6B and 72. RGB value is (38,107,114). Sum of RGB (Red+Green+Blue) = 38+107+114=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #266B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B72 is #D9948D. Grayscale: #575757. Windows color (decimal): -14259342 or 7498534. OLE color: 7498534.

HSL color Cylindrical-coordinate representation of color #266B72: hue angle of 185.53º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #266B72 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB38107114-
CMYK0.670.0600.55
HSL185.53º50%29.8%-
HSV(B)185.53º66.67%44.71%-
XYZ9.0912.1417.78-
YUV87.17143.1492.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 107 (42.19% from 255) = 41.31%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=14.67%
G=41.31%
B=44.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381071140.670.0600.55185.535029.8
Hex266B72436037ba321e
Octal4615316210360672726236
Binary10011011010111110010100001111001101111011101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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