#285365

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

Shades of Arapawa #285365

Tints of Arapawa #285365

Color information

#285365 (or 0x285365) is unknown color: approx Arapawa. HEX triplet: 28, 53 and 65. RGB value is (40,83,101). Sum of RGB (Red+Green+Blue) = 40+83+101=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #285365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285365 is #D7AC9A. Grayscale: #484848. Windows color (decimal): -14134427 or 6640424. OLE color: 6640424.

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

Color convert

RGB4083101-
CMYK0.600.1800.60
HSL197.7º43.26%27.65%-
HSV(B)197.7º60.4%39.61%-
XYZ6.327.5813.44-
YUV72.19144.25105.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=17.86%
G=37.05%
B=45.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40831010.600.1800.60197.743.2627.65
Hex2853653C1203Cc62b1c
Octal5012314574220743065334
Binary101000101001111001011111001001001111001100011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285365; }

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

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

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

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

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

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

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

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