#266C72

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

Shades of Allports #266C72

Tints of Allports #266C72

Color information

#266C72 (or 0x266C72) is unknown color: approx Allports. HEX triplet: 26, 6C and 72. RGB value is (38,108,114). Sum of RGB (Red+Green+Blue) = 38+108+114=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #266C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C72 is #D9938D. Grayscale: #575757. Windows color (decimal): -14259086 or 7498790. OLE color: 7498790.

HSL color Cylindrical-coordinate representation of color #266C72: hue angle of 184.74º 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 #266C72 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB38108114-
CMYK0.670.0500.55
HSL184.74º50%29.8%-
HSV(B)184.74º66.67%44.71%-
XYZ9.212.3517.82-
YUV87.75142.8192.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 108 (42.58% from 255) = 41.54%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=14.62%
G=41.54%
B=43.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381081140.670.0500.55184.745029.8
Hex266C72435037b9321e
Octal4615416210350672716236
Binary10011011011001110010100001110101101111011100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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