#264563

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

Shades of Arapawa #264563

Tints of Arapawa #264563

Color information

#264563 (or 0x264563) is unknown color: approx Arapawa. HEX triplet: 26, 45 and 63. RGB value is (38,69,99). Sum of RGB (Red+Green+Blue) = 38+69+99=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #264563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264563 is #D9BA9C. Grayscale: #3F3F3F. Windows color (decimal): -14269085 or 6505766. OLE color: 6505766.

HSL color Cylindrical-coordinate representation of color #264563: hue angle of 209.51º 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 #264563 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB386999-
CMYK0.620.3000.61
HSL209.51º44.53%26.86%-
HSV(B)209.51º61.62%38.82%-
XYZ5.185.5712.61-
YUV63.15148.23110.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=18.45%
G=33.50%
B=48.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3869990.620.3000.61209.5144.5326.86
Hex2645633E1E03Dd22d1b
Octal4610514376360753225533
Binary100110100010111000111111101111001111011101001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264563; }

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

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

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

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

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

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

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

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