#285266

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

Shades of Arapawa #285266

Tints of Arapawa #285266

Color information

#285266 (or 0x285266) is unknown color: approx Arapawa. HEX triplet: 28, 52 and 66. RGB value is (40,82,102). Sum of RGB (Red+Green+Blue) = 40+82+102=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #285266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285266 is #D7AD99. Grayscale: #474747. Windows color (decimal): -14134682 or 6705704. OLE color: 6705704.

HSL color Cylindrical-coordinate representation of color #285266: hue angle of 199.35º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #285266 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4082102-
CMYK0.610.2000.6
HSL199.35º43.66%27.84%-
HSV(B)199.35º60.78%40%-
XYZ6.297.4513.68-
YUV71.72145.09105.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=17.86%
G=36.61%
B=45.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40821020.610.2000.6199.3543.6627.84
Hex2852663D1403Cc72c1c
Octal5012214675240743075434
Binary101000101001011001101111011010001111001100011110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285266; }

 p { color: rgb(40,82,102); }

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

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

 a { background-color: rgb(40,82,102); }

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

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

 span { border-color: rgb(40,82,102); }

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