#266F7C

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

Shades of Allports #266F7C

Tints of Allports #266F7C

Color information

#266F7C (or 0x266F7C) is unknown color: approx Allports. HEX triplet: 26, 6F and 7C. RGB value is (38,111,124). Sum of RGB (Red+Green+Blue) = 38+111+124=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #266F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F7C is #D99083. Grayscale: #5A5A5A. Windows color (decimal): -14258308 or 8154918. OLE color: 8154918.

HSL color Cylindrical-coordinate representation of color #266F7C: hue angle of 189.07º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #266F7C is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB38111124-
CMYK0.690.1000.51
HSL189.07º53.09%31.76%-
HSV(B)189.07º69.35%48.63%-
XYZ10.1213.2421.09-
YUV90.65146.8290.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 111 (43.75% from 255) = 40.66%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=13.92%
G=40.66%
B=45.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal381111240.690.1000.51189.0753.0931.76
Hex266F7C45A033bd3520
Octal46157174105120632756540
Binary1001101101111111110010001011010011001110111101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,111,124); }

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

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

 a { background-color: rgb(38,111,124); }

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

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

 span { border-color: rgb(38,111,124); }

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