#28447A

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

Shades of Resolution Blue #28447A

Tints of Resolution Blue #28447A

Color information

#28447A (or 0x28447A) is unknown color: approx Resolution Blue. HEX triplet: 28, 44 and 7A. RGB value is (40,68,122). Sum of RGB (Red+Green+Blue) = 40+68+122=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #28447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28447A is #D7BB85. Grayscale: #414141. Windows color (decimal): -14138246 or 8012840. OLE color: 8012840.

HSL color Cylindrical-coordinate representation of color #28447A: hue angle of 219.51º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28447A is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4068122-
CMYK0.670.4400.52
HSL219.51º50.62%31.76%-
HSV(B)219.51º67.21%47.84%-
XYZ6.465.9919.23-
YUV65.78159.72109.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 122 (48.05% from 255) = 53.04%
R=17.39%
G=29.57%
B=53.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40681220.670.4400.52219.5150.6231.76
Hex28447A432C034dc3320
Octal50104172103540643346340
Binary101000100010011110101000011101100011010011011100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,68,122); }

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

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

 a { background-color: rgb(40,68,122); }

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

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

 span { border-color: rgb(40,68,122); }

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