#28426E

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

Shades of Resolution Blue #28426E

Tints of Resolution Blue #28426E

Color information

#28426E (or 0x28426E) is unknown color: approx Resolution Blue. HEX triplet: 28, 42 and 6E. RGB value is (40,66,110). Sum of RGB (Red+Green+Blue) = 40+66+110=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #28426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28426E is #D7BD91. Grayscale: #3F3F3F. Windows color (decimal): -14138770 or 7225896. OLE color: 7225896.

HSL color Cylindrical-coordinate representation of color #28426E: hue angle of 217.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28426E is Cyan = 0.64, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4066110-
CMYK0.640.400.57
HSL217.71º46.67%29.41%-
HSV(B)217.71º63.64%43.14%-
XYZ5.645.4715.51-
YUV63.24154.39111.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=18.52%
G=30.56%
B=50.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40661100.640.400.57217.7146.6729.41
Hex28426E4028039da2f1d
Octal50102156100500713325735
Binary10100010000101101110100000010100001110011101101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,66,110); }

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

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

 a { background-color: rgb(40,66,110); }

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

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

 span { border-color: rgb(40,66,110); }

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