#265263

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

Shades of Arapawa #265263

Tints of Arapawa #265263

Color information

#265263 (or 0x265263) is unknown color: approx Arapawa. HEX triplet: 26, 52 and 63. RGB value is (38,82,99). Sum of RGB (Red+Green+Blue) = 38+82+99=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #265263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265263 is #D9AD9C. Grayscale: #464646. Windows color (decimal): -14265757 or 6509094. OLE color: 6509094.

HSL color Cylindrical-coordinate representation of color #265263: hue angle of 196.72º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #265263 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB388299-
CMYK0.620.1700.61
HSL196.72º44.53%26.86%-
HSV(B)196.72º61.62%38.82%-
XYZ6.077.3512.9-
YUV70.78143.92104.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=17.35%
G=37.44%
B=45.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3882990.620.1700.61196.7244.5326.86
Hex2652633E1103Dc52d1b
Octal4612214376210753055533
Binary100110101001011000111111101000101111011100010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265263; }

 p { color: rgb(38,82,99); }

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

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

 a { background-color: rgb(38,82,99); }

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

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

 span { border-color: rgb(38,82,99); }

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