#26647B

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

Shades of Allports #26647B

Tints of Allports #26647B

Color information

#26647B (or 0x26647B) is unknown color: approx Allports. HEX triplet: 26, 64 and 7B. RGB value is (38,100,123). Sum of RGB (Red+Green+Blue) = 38+100+123=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #26647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26647B is #D99B84. Grayscale: #535353. Windows color (decimal): -14261125 or 8086566. OLE color: 8086566.

HSL color Cylindrical-coordinate representation of color #26647B: hue angle of 196.24º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26647B is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB38100123-
CMYK0.690.1900.52
HSL196.24º52.8%31.57%-
HSV(B)196.24º69.11%48.24%-
XYZ8.9310.9620.38-
YUV84.08149.9695.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 100 (39.45% from 255) = 38.31%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=14.56%
G=38.31%
B=47.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal381001230.690.1900.52196.2452.831.57
Hex26647B4513034c43520
Octal46144173105230643046540
Binary10011011001001111011100010110011011010011000100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26647B; }

 p { color: rgb(38,100,123); }

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

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

 a { background-color: rgb(38,100,123); }

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

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

 span { border-color: rgb(38,100,123); }

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