#285366

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

Shades of Arapawa #285366

Tints of Arapawa #285366

Color information

#285366 (or 0x285366) is unknown color: approx Arapawa. HEX triplet: 28, 53 and 66. RGB value is (40,83,102). Sum of RGB (Red+Green+Blue) = 40+83+102=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #285366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285366 is #D7AC99. Grayscale: #484848. Windows color (decimal): -14134426 or 6705960. OLE color: 6705960.

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

Color convert

RGB4083102-
CMYK0.610.1900.6
HSL198.39º43.66%27.84%-
HSV(B)198.39º60.78%40%-
XYZ6.377.613.7-
YUV72.31144.75104.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=17.78%
G=36.89%
B=45.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40831020.610.1900.6198.3943.6627.84
Hex2853663D1303Cc62c1c
Octal5012314675230743065434
Binary101000101001111001101111011001101111001100011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285366; }

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

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

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

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

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

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

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

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