#26495B

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

Shades of Arapawa #26495B

Tints of Arapawa #26495B

Color information

#26495B (or 0x26495B) is unknown color: approx Arapawa. HEX triplet: 26, 49 and 5B. RGB value is (38,73,91). Sum of RGB (Red+Green+Blue) = 38+73+91=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #26495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26495B is #D9B6A4. Grayscale: #404040. Windows color (decimal): -14268069 or 5982502. OLE color: 5982502.

HSL color Cylindrical-coordinate representation of color #26495B: hue angle of 200.38º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26495B is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB387391-
CMYK0.580.2000.64
HSL200.38º41.09%25.29%-
HSV(B)200.38º58.24%35.69%-
XYZ5.075.9310.78-
YUV64.59142.9109.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=18.81%
G=36.14%
B=45.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3873910.580.2000.64200.3841.0925.29
Hex26495B3A14040c82919
Octal46111133722401003105131
Binary1001101001001101101111101010100010000001100100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,73,91); }

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

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

 a { background-color: rgb(38,73,91); }

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

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

 span { border-color: rgb(38,73,91); }

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