#28475C

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

Shades of Arapawa #28475C

Tints of Arapawa #28475C

Color information

#28475C (or 0x28475C) is unknown color: approx Arapawa. HEX triplet: 28, 47 and 5C. RGB value is (40,71,92). Sum of RGB (Red+Green+Blue) = 40+71+92=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #28475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28475C is #D7B8A3. Grayscale: #404040. Windows color (decimal): -14137508 or 6047528. OLE color: 6047528.

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

Color convert

RGB407192-
CMYK0.570.2300.64
HSL204.23º39.39%25.88%-
HSV(B)204.23º56.52%36.08%-
XYZ5.065.7310.96-
YUV64.12143.73110.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=19.70%
G=34.98%
B=45.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4071920.570.2300.64204.2339.3925.88
Hex28475C3917040cc271a
Octal50107134712701003144732
Binary1010001000111101110011100110111010000001100110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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