#264866

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

Shades of Arapawa #264866

Tints of Arapawa #264866

Color information

#264866 (or 0x264866) is unknown color: approx Arapawa. HEX triplet: 26, 48 and 66. RGB value is (38,72,102). Sum of RGB (Red+Green+Blue) = 38+72+102=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #264866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264866 is #D9B799. Grayscale: #414141. Windows color (decimal): -14268314 or 6703142. OLE color: 6703142.

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

Color convert

RGB3872102-
CMYK0.630.2900.6
HSL208.12º45.71%27.45%-
HSV(B)208.12º62.75%40%-
XYZ5.516.0113.44-
YUV65.25148.74108.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.92%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=17.92%
G=33.96%
B=48.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38721020.630.2900.6208.1245.7127.45
Hex2648663F1D03Cd02e1b
Octal4611014677350743205633
Binary100110100100011001101111111110101111001101000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264866; }

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

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

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

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

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

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

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

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