#266679

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

Shades of Allports #266679

Tints of Allports #266679

Color information

#266679 (or 0x266679) is unknown color: approx Allports. HEX triplet: 26, 66 and 79. RGB value is (38,102,121). Sum of RGB (Red+Green+Blue) = 38+102+121=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #266679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266679 is #D99986. Grayscale: #545454. Windows color (decimal): -14260615 or 7956006. OLE color: 7956006.

HSL color Cylindrical-coordinate representation of color #266679: hue angle of 193.73º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #266679 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB38102121-
CMYK0.690.1600.53
HSL193.73º52.2%31.18%-
HSV(B)193.73º68.6%47.45%-
XYZ911.319.79-
YUV85.03148.394.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=14.56%
G=39.08%
B=46.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381021210.690.1600.53193.7352.231.18
Hex2666794510035c2341f
Octal46146171105200653026437
Binary1001101100110111100110001011000001101011100001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266679; }

 p { color: rgb(38,102,121); }

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

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

 a { background-color: rgb(38,102,121); }

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

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

 span { border-color: rgb(38,102,121); }

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