#28347E

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

Shades of Resolution Blue #28347E

Tints of Resolution Blue #28347E

Color information

#28347E (or 0x28347E) is unknown color: approx Resolution Blue. HEX triplet: 28, 34 and 7E. RGB value is (40,52,126). Sum of RGB (Red+Green+Blue) = 40+52+126=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #28347E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28347E is #D7CB81. Grayscale: #383838. Windows color (decimal): -14142338 or 8270888. OLE color: 8270888.

HSL color Cylindrical-coordinate representation of color #28347E: hue angle of 231.63º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28347E is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4052126-
CMYK0.680.5900.51
HSL231.63º51.81%32.55%-
HSV(B)231.63º68.25%49.41%-
XYZ5.874.4120.28-
YUV56.85167.02115.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 126 (49.61% from 255) = 57.80%
R=18.35%
G=23.85%
B=57.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40521260.680.5900.51231.6351.8132.55
Hex28347E443B033e83421
Octal5064176104730633506441
Binary10100011010011111101000100111011011001111101000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28347E; }

 p { color: rgb(40,52,126); }

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

<style>
 a { background-color: #28347E; }

 a { background-color: rgb(40,52,126); }

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

<style>
 span { border-color: #28347E; }

 span { border-color: rgb(40,52,126); }

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