#28475B

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

Shades of Arapawa #28475B

Tints of Arapawa #28475B

Color information

#28475B (or 0x28475B) is unknown color: approx Arapawa. HEX triplet: 28, 47 and 5B. RGB value is (40,71,91). Sum of RGB (Red+Green+Blue) = 40+71+91=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #28475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28475B is #D7B8A4. Grayscale: #3F3F3F. Windows color (decimal): -14137509 or 5981992. OLE color: 5981992.

HSL color Cylindrical-coordinate representation of color #28475B: hue angle of 203.53º 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 #28475B is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB407191-
CMYK0.560.2200.64
HSL203.53º38.93%25.69%-
HSV(B)203.53º56.04%35.69%-
XYZ5.025.7110.74-
YUV64.01143.23110.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=19.80%
G=35.15%
B=45.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4071910.560.2200.64203.5338.9325.69
Hex28475B3816040cc271a
Octal50107133702601003144732
Binary1010001000111101101111100010110010000001100110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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