#28485C

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

Shades of Arapawa #28485C

Tints of Arapawa #28485C

Color information

#28485C (or 0x28485C) is unknown color: approx Arapawa. HEX triplet: 28, 48 and 5C. RGB value is (40,72,92). Sum of RGB (Red+Green+Blue) = 40+72+92=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #28485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28485C is #D7B7A3. Grayscale: #404040. Windows color (decimal): -14137252 or 6047784. OLE color: 6047784.

HSL color Cylindrical-coordinate representation of color #28485C: hue angle of 203.08º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28485C is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB407292-
CMYK0.570.2200.64
HSL203.08º39.39%25.88%-
HSV(B)203.08º56.52%36.08%-
XYZ5.125.8610.99-
YUV64.71143.4110.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=19.61%
G=35.29%
B=45.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4072920.570.2200.64203.0839.3925.88
Hex28485C3916040cb271a
Octal50110134712601003134732
Binary1010001001000101110011100110110010000001100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28485C; }

 p { color: rgb(40,72,92); }

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

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

 a { background-color: rgb(40,72,92); }

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

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

 span { border-color: rgb(40,72,92); }

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