#285463

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

Shades of Arapawa #285463

Tints of Arapawa #285463

Color information

#285463 (or 0x285463) is unknown color: approx Arapawa. HEX triplet: 28, 54 and 63. RGB value is (40,84,99). Sum of RGB (Red+Green+Blue) = 40+84+99=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #285463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285463 is #D7AB9C. Grayscale: #484848. Windows color (decimal): -14134173 or 6509608. OLE color: 6509608.

HSL color Cylindrical-coordinate representation of color #285463: hue angle of 195.25º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285463 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB408499-
CMYK0.600.1500.61
HSL195.25º42.45%27.25%-
HSV(B)195.25º59.6%38.82%-
XYZ6.37.6912.96-
YUV72.55142.92104.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 99 (39.06% from 255) = 44.39%
R=17.94%
G=37.67%
B=44.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4084990.600.1500.61195.2542.4527.25
Hex2854633CF03Dc32a1b
Octal5012414374170753035233
Binary10100010101001100011111100111101111011100001110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285463; }

 p { color: rgb(40,84,99); }

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

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

 a { background-color: rgb(40,84,99); }

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

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

 span { border-color: rgb(40,84,99); }

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