#264666

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

Shades of Arapawa #264666

Tints of Arapawa #264666

Color information

#264666 (or 0x264666) is unknown color: approx Arapawa. HEX triplet: 26, 46 and 66. RGB value is (38,70,102). Sum of RGB (Red+Green+Blue) = 38+70+102=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #264666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264666 is #D9B999. Grayscale: #3F3F3F. Windows color (decimal): -14268826 or 6702630. OLE color: 6702630.

HSL color Cylindrical-coordinate representation of color #264666: hue angle of 210º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #264666 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3870102-
CMYK0.630.3100.6
HSL210º45.71%27.45%-
HSV(B)210º62.75%40%-
XYZ5.395.7513.4-
YUV64.08149.4109.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=18.10%
G=33.33%
B=48.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38701020.630.3100.621045.7127.45
Hex2646663F1F03Cd22e1b
Octal4610614677370743225633
Binary100110100011011001101111111111101111001101001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264666; }

 p { color: rgb(38,70,102); }

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

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

 a { background-color: rgb(38,70,102); }

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

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

 span { border-color: rgb(38,70,102); }

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