#265166

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

Shades of Arapawa #265166

Tints of Arapawa #265166

Color information

#265166 (or 0x265166) is unknown color: approx Arapawa. HEX triplet: 26, 51 and 66. RGB value is (38,81,102). Sum of RGB (Red+Green+Blue) = 38+81+102=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #265166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265166 is #D9AE99. Grayscale: #464646. Windows color (decimal): -14266010 or 6705446. OLE color: 6705446.

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

Color convert

RGB3881102-
CMYK0.630.2100.6
HSL199.69º45.71%27.45%-
HSV(B)199.69º62.75%40%-
XYZ6.147.2613.65-
YUV70.54145.75104.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=17.19%
G=36.65%
B=46.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38811020.630.2100.6199.6945.7127.45
Hex2651663F1503Cc82e1b
Octal4612114677250743105633
Binary100110101000111001101111111010101111001100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265166; }

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

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

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

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

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

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

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

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