#28455B

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

Shades of Arapawa #28455B

Tints of Arapawa #28455B

Color information

#28455B (or 0x28455B) is unknown color: approx Arapawa. HEX triplet: 28, 45 and 5B. RGB value is (40,69,91). Sum of RGB (Red+Green+Blue) = 40+69+91=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #28455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28455B is #D7BAA4. Grayscale: #3E3E3E. Windows color (decimal): -14138021 or 5981480. OLE color: 5981480.

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

Color convert

RGB406991-
CMYK0.560.2400.64
HSL205.88º38.93%25.69%-
HSV(B)205.88º56.04%35.69%-
XYZ4.895.4610.69-
YUV62.84143.89111.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=20%
G=34.5%
B=45.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4069910.560.2400.64205.8838.9325.69
Hex28455B3818040ce271a
Octal50105133703001003164732
Binary1010001000101101101111100011000010000001100111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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