#26696D

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

Shades of Allports #26696D

Tints of Allports #26696D

Color information

#26696D (or 0x26696D) is unknown color: approx Allports. HEX triplet: 26, 69 and 6D. RGB value is (38,105,109). Sum of RGB (Red+Green+Blue) = 38+105+109=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #26696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26696D is #D99692. Grayscale: #555555. Windows color (decimal): -14259859 or 7170342. OLE color: 7170342.

HSL color Cylindrical-coordinate representation of color #26696D: hue angle of 183.38º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26696D is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB38105109-
CMYK0.650.0400.57
HSL183.38º48.3%28.82%-
HSV(B)183.38º65.14%42.75%-
XYZ8.6111.6216.26-
YUV85.42141.394.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=15.08%
G=41.67%
B=43.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal381051090.650.0400.57183.3848.328.82
Hex26696D414039b7301d
Octal4615115510140712676035
Binary10011011010011101101100000110001110011011011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26696D; }

 p { color: rgb(38,105,109); }

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

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

 a { background-color: rgb(38,105,109); }

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

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

 span { border-color: rgb(38,105,109); }

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