#265161

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

Shades of Arapawa #265161

Tints of Arapawa #265161

Color information

#265161 (or 0x265161) is unknown color: approx Arapawa. HEX triplet: 26, 51 and 61. RGB value is (38,81,97). Sum of RGB (Red+Green+Blue) = 38+81+97=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #265161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265161 is #D9AE9E. Grayscale: #454545. Windows color (decimal): -14266015 or 6377766. OLE color: 6377766.

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

Color convert

RGB388197-
CMYK0.610.1600.62
HSL196.27º43.7%26.47%-
HSV(B)196.27º60.82%38.04%-
XYZ5.97.1612.38-
YUV69.97143.25105.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=17.59%
G=37.5%
B=44.91%

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
Decimal3881970.610.1600.62196.2743.726.47
Hex2651613D1003Ec42c1a
Octal4612114175200763045432
Binary100110101000111000011111011000001111101100010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265161; }

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

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

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

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

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

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

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

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