#265264

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

Shades of Arapawa #265264

Tints of Arapawa #265264

Color information

#265264 (or 0x265264) is unknown color: approx Arapawa. HEX triplet: 26, 52 and 64. RGB value is (38,82,100). Sum of RGB (Red+Green+Blue) = 38+82+100=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #265264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265264 is #D9AD9B. Grayscale: #464646. Windows color (decimal): -14265756 or 6574630. OLE color: 6574630.

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

Color convert

RGB3882100-
CMYK0.620.1800.61
HSL197.42º44.93%27.06%-
HSV(B)197.42º62%39.22%-
XYZ6.127.3713.16-
YUV70.9144.42104.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 100 (39.45% from 255) = 45.45%
R=17.27%
G=37.27%
B=45.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38821000.620.1800.61197.4244.9327.06
Hex2652643E1203Dc52d1b
Octal4612214476220753055533
Binary100110101001011001001111101001001111011100010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265264; }

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

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

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

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

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

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

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

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