#265160

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

Shades of Arapawa #265160

Tints of Arapawa #265160

Color information

#265160 (or 0x265160) is unknown color: approx Arapawa. HEX triplet: 26, 51 and 60. RGB value is (38,81,96). Sum of RGB (Red+Green+Blue) = 38+81+96=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #265160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265160 is #D9AE9F. Grayscale: #454545. Windows color (decimal): -14266016 or 6312230. OLE color: 6312230.

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

Color convert

RGB388196-
CMYK0.600.1600.62
HSL195.52º43.28%26.27%-
HSV(B)195.52º60.42%37.65%-
XYZ5.857.1412.14-
YUV69.85142.75105.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=17.67%
G=37.67%
B=44.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3881960.600.1600.62195.5243.2826.27
Hex2651603C1003Ec42b1a
Octal4612114074200763045332
Binary100110101000111000001111001000001111101100010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265160; }

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

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

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

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

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

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

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

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