#265366

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

Shades of Arapawa #265366

Tints of Arapawa #265366

Color information

#265366 (or 0x265366) is unknown color: approx Arapawa. HEX triplet: 26, 53 and 66. RGB value is (38,83,102). Sum of RGB (Red+Green+Blue) = 38+83+102=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #265366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265366 is #D9AC99. Grayscale: #474747. Windows color (decimal): -14265498 or 6705958. OLE color: 6705958.

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

Color convert

RGB3883102-
CMYK0.630.1900.6
HSL197.81º45.71%27.45%-
HSV(B)197.81º62.75%40%-
XYZ6.297.5613.7-
YUV71.71145.09103.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=17.04%
G=37.22%
B=45.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38831020.630.1900.6197.8145.7127.45
Hex2653663F1303Cc62e1b
Octal4612314677230743065633
Binary100110101001111001101111111001101111001100011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265366; }

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

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

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

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

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

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

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

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