#265164

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

Shades of Arapawa #265164

Tints of Arapawa #265164

Color information

#265164 (or 0x265164) is unknown color: approx Arapawa. HEX triplet: 26, 51 and 64. RGB value is (38,81,100). Sum of RGB (Red+Green+Blue) = 38+81+100=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #265164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265164 is #D9AE9B. Grayscale: #464646. Windows color (decimal): -14266012 or 6574374. OLE color: 6574374.

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

Color convert

RGB3881100-
CMYK0.620.1900.61
HSL198.39º44.93%27.06%-
HSV(B)198.39º62%39.22%-
XYZ6.047.2213.13-
YUV70.31144.75104.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=17.35%
G=36.99%
B=45.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38811000.620.1900.61198.3944.9327.06
Hex2651643E1303Dc62d1b
Octal4612114476230753065533
Binary100110101000111001001111101001101111011100011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265164; }

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

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

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

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

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

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

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

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