#26495D

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

Shades of Arapawa #26495D

Tints of Arapawa #26495D

Color information

#26495D (or 0x26495D) is unknown color: approx Arapawa. HEX triplet: 26, 49 and 5D. RGB value is (38,73,93). Sum of RGB (Red+Green+Blue) = 38+73+93=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #26495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26495D is #D9B6A2. Grayscale: #404040. Windows color (decimal): -14268067 or 6113574. OLE color: 6113574.

HSL color Cylindrical-coordinate representation of color #26495D: hue angle of 201.82º 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 #26495D is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB387393-
CMYK0.590.2200.64
HSL201.82º41.98%25.69%-
HSV(B)201.82º59.14%36.47%-
XYZ5.165.9711.24-
YUV64.82143.9108.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=18.63%
G=35.78%
B=45.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3873930.590.2200.64201.8241.9825.69
Hex26495D3B16040ca2a1a
Octal46111135732601003125232
Binary1001101001001101110111101110110010000001100101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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