#26688B

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

Shades of Astral #26688B

Tints of Astral #26688B

Color information

#26688B (or 0x26688B) is unknown color: approx Astral. HEX triplet: 26, 68 and 8B. RGB value is (38,104,139). Sum of RGB (Red+Green+Blue) = 38+104+139=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #26688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26688B is #D99774. Grayscale: #585858. Windows color (decimal): -14260085 or 9136166. OLE color: 9136166.

HSL color Cylindrical-coordinate representation of color #26688B: hue angle of 200.79º 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 #26688B is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB38104139-
CMYK0.730.2500.45
HSL200.79º57.06%34.71%-
HSV(B)200.79º72.66%54.51%-
XYZ10.4112.1826.23-
YUV88.26156.6392.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 139 (54.69% from 255) = 49.47%
R=13.52%
G=37.01%
B=49.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381041390.730.2500.45200.7957.0634.71
Hex26688B491902Dc93923
Octal46150213111310553117143
Binary100110110100010001011100100111001010110111001001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,104,139); }

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

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

 a { background-color: rgb(38,104,139); }

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

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

 span { border-color: rgb(38,104,139); }

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