#28455D

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

Shades of Arapawa #28455D

Tints of Arapawa #28455D

Color information

#28455D (or 0x28455D) is unknown color: approx Arapawa. HEX triplet: 28, 45 and 5D. RGB value is (40,69,93). Sum of RGB (Red+Green+Blue) = 40+69+93=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #28455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28455D is #D7BAA2. Grayscale: #3E3E3E. Windows color (decimal): -14138019 or 6112552. OLE color: 6112552.

HSL color Cylindrical-coordinate representation of color #28455D: hue angle of 207.17º degrees, saturation: 0.4, 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 #28455D is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB406993-
CMYK0.570.2600.64
HSL207.17º39.85%26.08%-
HSV(B)207.17º56.99%36.47%-
XYZ4.985.511.15-
YUV63.06144.89111.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=19.80%
G=34.16%
B=46.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4069930.570.2600.64207.1739.8526.08
Hex28455D391A040cf281a
Octal50105135713201003175032
Binary1010001000101101110111100111010010000001100111110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28455D; }

 p { color: rgb(40,69,93); }

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

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

 a { background-color: rgb(40,69,93); }

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

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

 span { border-color: rgb(40,69,93); }

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