#255064

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

Shades of Arapawa #255064

Tints of Arapawa #255064

Color information

#255064 (or 0x255064) is unknown color: approx Arapawa. HEX triplet: 25, 50 and 64. RGB value is (37,80,100). Sum of RGB (Red+Green+Blue) = 37+80+100=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 100 - color contains mainly: blue. Hex color #255064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255064 is #DAAF9B. Grayscale: #454545. Windows color (decimal): -14331804 or 6574117. OLE color: 6574117.

HSL color Cylindrical-coordinate representation of color #255064: hue angle of 199.05º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255064 is Cyan = 0.63, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3780100-
CMYK0.630.200.61
HSL199.05º45.99%26.86%-
HSV(B)199.05º63%39.22%-
XYZ5.937.0513.1-
YUV69.42145.25104.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 100 (39.45% from 255) = 46.08%
R=17.05%
G=36.87%
B=46.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37801000.630.200.61199.0545.9926.86
Hex2550643F1403Dc72e1b
Octal4512014477240753075633
Binary100101101000011001001111111010001111011100011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255064; }

 p { color: rgb(37,80,100); }

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

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

 a { background-color: rgb(37,80,100); }

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

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

 span { border-color: rgb(37,80,100); }

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