#266b84

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

Shades of Allports #266B84

Tints of Allports #266B84

Color information

#266B84 (or 0x266B84) is unknown color: approx Allports. HEX triplet: 26, 6B and 84. RGB value is (38,107,132). Sum of RGB (Red+Green+Blue) = 38+107+132=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #266B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266B84 is #D9947B. Grayscale: #595959. Windows color (decimal): -14259324 or 8678182. OLE color: 8678182.

HSL color Cylindrical-coordinate representation of color #266B84: hue angle of 195.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #266B84 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB38107132-
CMYK0.710.1900.48
HSL195.96º55.29%33.33%-
HSV(B)195.96º71.21%51.76%-
XYZ10.2212.5923.72-
YUV89.22152.1491.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=13.72%
G=38.63%
B=47.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381071320.710.1900.48195.9655.2933.33
Hex266B844713030c43721
Octal46153204107230603046741
Binary100110110101110000100100011110011011000011000100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266b84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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