#265061

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

Shades of Arapawa #265061

Tints of Arapawa #265061

Color information

#265061 (or 0x265061) is unknown color: approx Arapawa. HEX triplet: 26, 50 and 61. RGB value is (38,80,97). Sum of RGB (Red+Green+Blue) = 38+80+97=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #265061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265061 is #D9AF9E. Grayscale: #454545. Windows color (decimal): -14266271 or 6377510. OLE color: 6377510.

HSL color Cylindrical-coordinate representation of color #265061: hue angle of 197.29º 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 #265061 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB388097-
CMYK0.610.1800.62
HSL197.29º43.7%26.47%-
HSV(B)197.29º60.82%38.04%-
XYZ5.837.0112.36-
YUV69.38143.59105.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=17.67%
G=37.21%
B=45.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3880970.610.1800.62197.2943.726.47
Hex2650613D1203Ec52c1a
Octal4612014175220763055432
Binary100110101000011000011111011001001111101100010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265061; }

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

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

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

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

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

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

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

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