#28485B

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

Shades of Arapawa #28485B

Tints of Arapawa #28485B

Color information

#28485B (or 0x28485B) is unknown color: approx Arapawa. HEX triplet: 28, 48 and 5B. RGB value is (40,72,91). Sum of RGB (Red+Green+Blue) = 40+72+91=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #28485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28485B is #D7B7A4. Grayscale: #404040. Windows color (decimal): -14137253 or 5982248. OLE color: 5982248.

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

Color convert

RGB407291-
CMYK0.560.2100.64
HSL202.35º38.93%25.69%-
HSV(B)202.35º56.04%35.69%-
XYZ5.085.8410.76-
YUV64.6142.9110.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=19.70%
G=35.47%
B=44.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4072910.560.2100.64202.3538.9325.69
Hex28485B3815040ca271a
Octal50110133702501003124732
Binary1010001001000101101111100010101010000001100101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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