#26768C

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

Shades of Allports #26768C

Tints of Allports #26768C

Color information

#26768C (or 0x26768C) is unknown color: approx Allports. HEX triplet: 26, 76 and 8C. RGB value is (38,118,140). Sum of RGB (Red+Green+Blue) = 38+118+140=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #26768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26768C is #D98973. Grayscale: #606060. Windows color (decimal): -14256500 or 9205286. OLE color: 9205286.

HSL color Cylindrical-coordinate representation of color #26768C: hue angle of 192.94º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26768C is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB38118140-
CMYK0.730.1600.45
HSL192.94º57.3%34.9%-
HSV(B)192.94º72.86%54.9%-
XYZ12.0115.2627.12-
YUV96.59152.586.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.84%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 140 (55.08% from 255) = 47.30%
R=12.84%
G=39.86%
B=47.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381181400.730.1600.45192.9457.334.9
Hex26768C491002Dc13923
Octal46166214111200553017143
Binary100110111011010001100100100110000010110111000001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26768C; }

 p { color: rgb(38,118,140); }

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

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

 a { background-color: rgb(38,118,140); }

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

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

 span { border-color: rgb(38,118,140); }

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