#28465B

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

Shades of Arapawa #28465B

Tints of Arapawa #28465B

Color information

#28465B (or 0x28465B) is unknown color: approx Arapawa. HEX triplet: 28, 46 and 5B. RGB value is (40,70,91). Sum of RGB (Red+Green+Blue) = 40+70+91=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #28465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28465B is #D7B9A4. Grayscale: #3F3F3F. Windows color (decimal): -14137765 or 5981736. OLE color: 5981736.

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

Color convert

RGB407091-
CMYK0.560.2300.64
HSL204.71º38.93%25.69%-
HSV(B)204.71º56.04%35.69%-
XYZ4.955.5910.71-
YUV63.42143.56111.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=19.90%
G=34.83%
B=45.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4070910.560.2300.64204.7138.9325.69
Hex28465B3817040cd271a
Octal50106133702701003154732
Binary1010001000110101101111100010111010000001100110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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