#265364

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

Shades of Arapawa #265364

Tints of Arapawa #265364

Color information

#265364 (or 0x265364) is unknown color: approx Arapawa. HEX triplet: 26, 53 and 64. RGB value is (38,83,100). Sum of RGB (Red+Green+Blue) = 38+83+100=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #265364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265364 is #D9AC9B. Grayscale: #474747. Windows color (decimal): -14265500 or 6574886. OLE color: 6574886.

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

Color convert

RGB3883100-
CMYK0.620.1700.61
HSL196.45º44.93%27.06%-
HSV(B)196.45º62%39.22%-
XYZ6.197.5213.18-
YUV71.48144.09104.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=17.19%
G=37.56%
B=45.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38831000.620.1700.61196.4544.9327.06
Hex2653643E1103Dc42d1b
Octal4612314476210753045533
Binary100110101001111001001111101000101111011100010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265364; }

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

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

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

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

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

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

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

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