#265060

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

Shades of Arapawa #265060

Tints of Arapawa #265060

Color information

#265060 (or 0x265060) is unknown color: approx Arapawa. HEX triplet: 26, 50 and 60. RGB value is (38,80,96). Sum of RGB (Red+Green+Blue) = 38+80+96=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #265060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265060 is #D9AF9F. Grayscale: #454545. Windows color (decimal): -14266272 or 6311974. OLE color: 6311974.

HSL color Cylindrical-coordinate representation of color #265060: hue angle of 196.55º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265060 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB388096-
CMYK0.600.1700.62
HSL196.55º43.28%26.27%-
HSV(B)196.55º60.42%37.65%-
XYZ5.786.9912.11-
YUV69.27143.09105.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=17.76%
G=37.38%
B=44.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3880960.600.1700.62196.5543.2826.27
Hex2650603C1103Ec52b1a
Octal4612014074210763055332
Binary100110101000011000001111001000101111101100010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265060; }

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

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

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

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

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

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

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

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