#265661

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

Shades of Arapawa #265661

Tints of Arapawa #265661

Color information

#265661 (or 0x265661) is unknown color: approx Arapawa. HEX triplet: 26, 56 and 61. RGB value is (38,86,97). Sum of RGB (Red+Green+Blue) = 38+86+97=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #265661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265661 is #D9A99E. Grayscale: #484848. Windows color (decimal): -14264735 or 6379046. OLE color: 6379046.

HSL color Cylindrical-coordinate representation of color #265661: hue angle of 191.19º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #265661 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB388697-
CMYK0.610.1100.62
HSL191.19º43.7%26.47%-
HSV(B)191.19º60.82%38.04%-
XYZ6.287.9312.51-
YUV72.9141.6103.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 86 (33.98% from 255) = 38.91%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=17.19%
G=38.91%
B=43.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3886970.610.1100.62191.1943.726.47
Hex2656613DB03Ebf2c1a
Octal4612614175130762775432
Binary10011010101101100001111101101101111101011111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265661; }

 p { color: rgb(38,86,97); }

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

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

 a { background-color: rgb(38,86,97); }

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

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

 span { border-color: rgb(38,86,97); }

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