#264963

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

Shades of Arapawa #264963

Tints of Arapawa #264963

Color information

#264963 (or 0x264963) is unknown color: approx Arapawa. HEX triplet: 26, 49 and 63. RGB value is (38,73,99). Sum of RGB (Red+Green+Blue) = 38+73+99=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #264963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264963 is #D9B69C. Grayscale: #414141. Windows color (decimal): -14268061 or 6506790. OLE color: 6506790.

HSL color Cylindrical-coordinate representation of color #264963: hue angle of 205.57º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #264963 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB387399-
CMYK0.620.2600.61
HSL205.57º44.53%26.86%-
HSV(B)205.57º61.62%38.82%-
XYZ5.436.0812.69-
YUV65.5146.9108.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=18.10%
G=34.76%
B=47.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3873990.620.2600.61205.5744.5326.86
Hex2649633E1A03Dce2d1b
Octal4611114376320753165533
Binary100110100100111000111111101101001111011100111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264963; }

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

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

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

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

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

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

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

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