#264959

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

Shades of Arapawa #264959

Tints of Arapawa #264959

Color information

#264959 (or 0x264959) is unknown color: approx Arapawa. HEX triplet: 26, 49 and 59. RGB value is (38,73,89). Sum of RGB (Red+Green+Blue) = 38+73+89=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #264959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264959 is #D9B6A6. Grayscale: #404040. Windows color (decimal): -14268071 or 5851430. OLE color: 5851430.

HSL color Cylindrical-coordinate representation of color #264959: hue angle of 198.82º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264959 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB387389-
CMYK0.570.1800.65
HSL198.82º40.16%24.9%-
HSV(B)198.82º57.3%34.9%-
XYZ4.995.910.33-
YUV64.36141.9109.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 89 (35.16% from 255) = 44.5%
R=19%
G=36.5%
B=44.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3873890.570.1800.65198.8240.1624.9
Hex2649593912041c72819
Octal46111131712201013075031
Binary1001101001001101100111100110010010000011100011110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264959; }

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

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

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

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

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

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

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

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