#265763

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

Shades of Arapawa #265763

Tints of Arapawa #265763

Color information

#265763 (or 0x265763) is unknown color: approx Arapawa. HEX triplet: 26, 57 and 63. RGB value is (38,87,99). Sum of RGB (Red+Green+Blue) = 38+87+99=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #265763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265763 is #D9A89C. Grayscale: #494949. Windows color (decimal): -14264477 or 6510374. OLE color: 6510374.

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

Color convert

RGB388799-
CMYK0.620.1200.61
HSL191.8º44.53%26.86%-
HSV(B)191.8º61.62%38.82%-
XYZ6.468.1313.03-
YUV73.72142.27102.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=16.96%
G=38.84%
B=44.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3887990.620.1200.61191.844.5326.86
Hex2657633EC03Dc02d1b
Octal4612714376140753005533
Binary10011010101111100011111110110001111011100000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265763; }

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

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

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

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

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

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

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

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