#264764

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

Shades of Arapawa #264764

Tints of Arapawa #264764

Color information

#264764 (or 0x264764) is unknown color: approx Arapawa. HEX triplet: 26, 47 and 64. RGB value is (38,71,100). Sum of RGB (Red+Green+Blue) = 38+71+100=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #264764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264764 is #D9B89B. Grayscale: #404040. Windows color (decimal): -14268572 or 6571814. OLE color: 6571814.

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

Color convert

RGB3871100-
CMYK0.620.2900.61
HSL208.06º44.93%27.06%-
HSV(B)208.06º62%39.22%-
XYZ5.355.8412.9-
YUV64.44148.07109.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 100 (39.45% from 255) = 47.85%
R=18.18%
G=33.97%
B=47.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38711000.620.2900.61208.0644.9327.06
Hex2647643E1D03Dd02d1b
Octal4610714476350753205533
Binary100110100011111001001111101110101111011101000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264764; }

 p { color: rgb(38,71,100); }

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

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

 a { background-color: rgb(38,71,100); }

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

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

 span { border-color: rgb(38,71,100); }

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