#26738A

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

Shades of Allports #26738A

Tints of Allports #26738A

Color information

#26738A (or 0x26738A) is unknown color: approx Allports. HEX triplet: 26, 73 and 8A. RGB value is (38,115,138). Sum of RGB (Red+Green+Blue) = 38+115+138=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #26738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26738A is #D98C75. Grayscale: #5E5E5E. Windows color (decimal): -14257270 or 9073446. OLE color: 9073446.

HSL color Cylindrical-coordinate representation of color #26738A: hue angle of 193.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26738A is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB38115138-
CMYK0.720.1700.46
HSL193.8º56.82%34.51%-
HSV(B)193.8º72.46%54.12%-
XYZ11.5214.5126.24-
YUV94.6152.4987.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=13.06%
G=39.52%
B=47.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381151380.720.1700.46193.856.8234.51
Hex26738A481102Ec23923
Octal46163212110210563027143
Binary100110111001110001010100100010001010111011000010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26738A; }

 p { color: rgb(38,115,138); }

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

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

 a { background-color: rgb(38,115,138); }

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

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

 span { border-color: rgb(38,115,138); }

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