#26505D

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

Shades of Arapawa #26505D

Tints of Arapawa #26505D

Color information

#26505D (or 0x26505D) is unknown color: approx Arapawa. HEX triplet: 26, 50 and 5D. RGB value is (38,80,93). Sum of RGB (Red+Green+Blue) = 38+80+93=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #26505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26505D is #D9AFA2. Grayscale: #444444. Windows color (decimal): -14266275 or 6115366. OLE color: 6115366.

HSL color Cylindrical-coordinate representation of color #26505D: hue angle of 194.18º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26505D is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB388093-
CMYK0.590.1400.64
HSL194.18º41.98%25.69%-
HSV(B)194.18º59.14%36.47%-
XYZ5.646.9411.4-
YUV68.92141.59105.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=18.01%
G=37.91%
B=44.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3880930.590.1400.64194.1841.9825.69
Hex26505D3BE040c22a1a
Octal46120135731601003025232
Binary100110101000010111011110111110010000001100001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,80,93); }

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

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

 a { background-color: rgb(38,80,93); }

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

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

 span { border-color: rgb(38,80,93); }

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