#265262

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

Shades of Arapawa #265262

Tints of Arapawa #265262

Color information

#265262 (or 0x265262) is unknown color: approx Arapawa. HEX triplet: 26, 52 and 62. RGB value is (38,82,98). Sum of RGB (Red+Green+Blue) = 38+82+98=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #265262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265262 is #D9AD9D. Grayscale: #464646. Windows color (decimal): -14265758 or 6443558. OLE color: 6443558.

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

Color convert

RGB388298-
CMYK0.610.1600.62
HSL196º44.12%26.67%-
HSV(B)196º61.22%38.43%-
XYZ6.027.3312.65-
YUV70.67143.42104.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.43%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=17.43%
G=37.61%
B=44.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3882980.610.1600.6219644.1226.67
Hex2652623D1003Ec42c1b
Octal4612214275200763045433
Binary100110101001011000101111011000001111101100010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265262; }

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

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

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

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

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

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

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

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