#28495A

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

Shades of Arapawa #28495A

Tints of Arapawa #28495A

Color information

#28495A (or 0x28495A) is unknown color: approx Arapawa. HEX triplet: 28, 49 and 5A. RGB value is (40,73,90). Sum of RGB (Red+Green+Blue) = 40+73+90=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #28495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28495A is #D7B6A5. Grayscale: #404040. Windows color (decimal): -14136998 or 5916968. OLE color: 5916968.

HSL color Cylindrical-coordinate representation of color #28495A: hue angle of 200.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28495A is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB407390-
CMYK0.560.1900.65
HSL200.4º38.46%25.49%-
HSV(B)200.4º55.56%35.29%-
XYZ5.15.9510.55-
YUV65.07142.07110.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=19.70%
G=35.96%
B=44.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4073900.560.1900.65200.438.4625.49
Hex28495A3813041c82619
Octal50111132702301013104631
Binary1010001001001101101011100010011010000011100100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28495A; }

 p { color: rgb(40,73,90); }

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

<style>
 a { background-color: #28495A; }

 a { background-color: rgb(40,73,90); }

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

<style>
 span { border-color: #28495A; }

 span { border-color: rgb(40,73,90); }

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