#264863

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

Shades of Arapawa #264863

Tints of Arapawa #264863

Color information

#264863 (or 0x264863) is unknown color: approx Arapawa. HEX triplet: 26, 48 and 63. RGB value is (38,72,99). Sum of RGB (Red+Green+Blue) = 38+72+99=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #264863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264863 is #D9B79C. Grayscale: #404040. Windows color (decimal): -14268317 or 6506534. OLE color: 6506534.

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

Color convert

RGB387299-
CMYK0.620.2700.61
HSL206.56º44.53%26.86%-
HSV(B)206.56º61.62%38.82%-
XYZ5.375.9512.67-
YUV64.91147.24108.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 99 (39.06% from 255) = 47.37%
R=18.18%
G=34.45%
B=47.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3872990.620.2700.61206.5644.5326.86
Hex2648633E1B03Dcf2d1b
Octal4611014376330753175533
Binary100110100100011000111111101101101111011100111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264863; }

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

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

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

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

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

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

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

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